Commit 4a9b0019 authored by Troy Hildebrandt's avatar Troy Hildebrandt Committed by Commit Bot

Add missing base/strings/string_util.h include to gcm_key_store.cc

It's currently using base::WriteInto from string_util.h which it gets
transitively from components/leveldb_proto/proto_database_impl.h.

Change-Id: Ic795ad30ef79b9abf34ab028da202d92123ca249
Reviewed-on: https://chromium-review.googlesource.com/1185365Reviewed-by: default avatarFilip Gorski <fgorski@chromium.org>
Commit-Queue: Troy Hildebrandt <thildebr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585250}
parent 37d9b500
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#include "base/logging.h" #include "base/logging.h"
#include "base/metrics/histogram_macros.h" #include "base/metrics/histogram_macros.h"
#include "base/sequenced_task_runner.h" #include "base/sequenced_task_runner.h"
#include "base/strings/string_util.h"
#include "components/gcm_driver/crypto/p256_key_util.h" #include "components/gcm_driver/crypto/p256_key_util.h"
#include "components/leveldb_proto/proto_database_impl.h" #include "components/leveldb_proto/proto_database_impl.h"
#include "crypto/random.h" #include "crypto/random.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment