| 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 44d8bc30072843e2d96a4064329e325d69a41f13..6c7ea721de66d15edf94c9973b03b0f6df695314 100644
|
| --- a/google_apis/gcm/engine/mcs_client_unittest.cc
|
| +++ b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| @@ -189,7 +189,7 @@ void MCSClientTest::SetUp() {
|
| void MCSClientTest::BuildMCSClient() {
|
| gcm_store_.reset(new GCMStoreImpl(
|
| temp_directory_.path(),
|
| - message_loop_.message_loop_proxy(),
|
| + message_loop_.task_runner(),
|
| make_scoped_ptr<Encryptor>(new FakeEncryptor)));
|
| mcs_client_.reset(new TestMCSClient(&clock_,
|
| &connection_factory_,
|
|
|