| Index: google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| diff --git a/google_apis/gcm/engine/gcm_store_impl_unittest.cc b/google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| index 97ac211c8de7b1dc6fbc02a17bfc31616b1867be..d2ac9f5c0b935289bc8f1fd0366d3fdc4b723bcc 100644
|
| --- a/google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| +++ b/google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| @@ -88,7 +88,7 @@ std::unique_ptr<GCMStoreImpl> GCMStoreImplTest::BuildGCMStore() {
|
| // Pass an non-existent directory as store path to match the exact
|
| // behavior in the production code. Currently GCMStoreImpl checks if
|
| // the directory exist or not to determine the store existence.
|
| - temp_directory_.path().Append(FILE_PATH_LITERAL("GCM Store")),
|
| + temp_directory_.GetPath().Append(FILE_PATH_LITERAL("GCM Store")),
|
| task_runner_, base::WrapUnique<Encryptor>(new FakeEncryptor)));
|
| }
|
|
|
|
|