Index: sync/notifier/gcm_network_channel_delegate.h |
diff --git a/sync/notifier/gcm_network_channel_delegate.h b/sync/notifier/gcm_network_channel_delegate.h |
index ff371ebef4f8cf43fc1bdbf7f58dc13882261f74..36485a19293c762eb6fb4f59651cfac9be75a133 100644 |
--- a/sync/notifier/gcm_network_channel_delegate.h |
+++ b/sync/notifier/gcm_network_channel_delegate.h |
@@ -40,8 +40,8 @@ class GCMNetworkChannelDelegate { |
// Invalidate access token that was rejected by server. |
virtual void InvalidateToken(const std::string& token) = 0; |
- // Request registration_id from GCMProfileService. Callback should be called |
- // with either registration id or error code. |
+ // Request registration_id from GCMService. Callback should be called with |
+ // either registration id or error code. |
virtual void Register(RegisterCallback callback) = 0; |
// Provide callback for incoming messages from GCM. |
virtual void SetMessageReceiver(MessageCallback callback) = 0; |