Index: google_apis/gcm/gcm_client_impl.cc |
diff --git a/google_apis/gcm/gcm_client_impl.cc b/google_apis/gcm/gcm_client_impl.cc |
index c0fd7191ec5dd2f49406eec70e8377b768f4d250..ed9838c9b4e4728eb6cce6264a2cfff8d4daac4f 100644 |
--- a/google_apis/gcm/gcm_client_impl.cc |
+++ b/google_apis/gcm/gcm_client_impl.cc |
@@ -230,7 +230,7 @@ void GCMClientImpl::Initialize( |
state_ = INITIALIZED; |
} |
-void GCMClientImpl::Load() { |
+void GCMClientImpl::Start() { |
DCHECK_EQ(INITIALIZED, state_); |
// Once the loading is completed, the check-in will be initiated. |