| Index: google_apis/gcm/engine/mcs_client_unittest.cc
|
| diff --git a/google_apis/gcm/engine/mcs_client_unittest.cc b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| index c3f57d17a503eb8595ce37d1f91a978f6fb7e7f0..5835ed7f7c84def6cb81de4e7c09519933d0e6a9 100644
|
| --- a/google_apis/gcm/engine/mcs_client_unittest.cc
|
| +++ b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| @@ -205,7 +205,7 @@ void MCSClientTest::SetUp() {
|
|
|
| void MCSClientTest::BuildMCSClient() {
|
| gcm_store_.reset(
|
| - new GCMStoreImpl(temp_directory_.path(), message_loop_.task_runner(),
|
| + new GCMStoreImpl(temp_directory_.GetPath(), message_loop_.task_runner(),
|
| base::WrapUnique<Encryptor>(new FakeEncryptor)));
|
| mcs_client_.reset(new TestMCSClient(&clock_,
|
| &connection_factory_,
|
|
|