| Index: components/gcm_driver/crypto/gcm_key_store.cc
|
| diff --git a/components/gcm_driver/crypto/gcm_key_store.cc b/components/gcm_driver/crypto/gcm_key_store.cc
|
| index 6175f5b470e92e4523b9e2a587363c70af126618..c62930b549549d1603fdc8d9217d0198cafc33a6 100644
|
| --- a/components/gcm_driver/crypto/gcm_key_store.cc
|
| +++ b/components/gcm_driver/crypto/gcm_key_store.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram_macros.h"
|
| +#include "base/sequenced_task_runner.h"
|
| #include "components/gcm_driver/crypto/p256_key_util.h"
|
| #include "components/leveldb_proto/proto_database_impl.h"
|
| #include "crypto/random.h"
|
|
|