| Index: google_apis/gcm/gcm_client_impl_unittest.cc
|
| diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| index 5719ff1dd3f23d18b0e1518f1d19dd3e9c92c1f8..010660a365e36081d3eca699788c3994a7cfd532 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -457,7 +457,7 @@ void GCMClientImplTest::InitializeGCMClient() {
|
| this);
|
|
|
| // Start loading and check-in.
|
| - gcm_client_->Load();
|
| + gcm_client_->Start();
|
|
|
| PumpLoopUntilIdle();
|
| }
|
|
|