| Index: components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| diff --git a/components/gcm_driver/crypto/gcm_key_store_unittest.cc b/components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| index 50054d75b09084130352dd89fb2b9de03e5e8505..c9ec31e9b5e16c30a13476c9695872cc6b0b9ea6 100644
|
| --- a/components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| +++ b/components/gcm_driver/crypto/gcm_key_store_unittest.cc
|
| @@ -48,8 +48,8 @@ class GCMKeyStoreTest : public ::testing::Test {
|
| // Creates the GCM Key Store instance. May be called from within a test's body
|
| // to re-create the key store, causing the database to re-open.
|
| void CreateKeyStore() {
|
| - gcm_key_store_.reset(
|
| - new GCMKeyStore(scoped_temp_dir_.path(), message_loop_.task_runner()));
|
| + gcm_key_store_.reset(new GCMKeyStore(scoped_temp_dir_.GetPath(),
|
| + message_loop_.task_runner()));
|
| }
|
|
|
| // Callback to use with GCMKeyStore::{GetKeys, CreateKeys} calls.
|
|
|