Index: chrome/browser/services/gcm/gcm_profile_service.h |
diff --git a/chrome/browser/services/gcm/gcm_profile_service.h b/chrome/browser/services/gcm/gcm_profile_service.h |
index 258ff8290ca7e9df8b39e834bb874c2c9abbe69f..72cab6d9eee8c5227c0c77a4823177dc2fa43dbc 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service.h |
+++ b/chrome/browser/services/gcm/gcm_profile_service.h |
@@ -50,7 +50,7 @@ class GCMProfileService : public BrowserContextKeyedService, |
class TestingDelegate { |
public: |
virtual GCMEventRouter* GetEventRouter() const = 0; |
- virtual void CheckInFinished(const GCMClient::CheckInInfo& checkin_info, |
+ virtual void CheckInFinished(const GCMClient::CheckinInfo& checkin_info, |
GCMClient::Result result) = 0; |
}; |
@@ -140,7 +140,7 @@ class GCMProfileService : public BrowserContextKeyedService, |
const GCMClient::OutgoingMessage& message); |
// Callbacks posted from IO thread to UI thread. |
- void CheckInFinished(GCMClient::CheckInInfo checkin_info, |
+ void CheckInFinished(GCMClient::CheckinInfo checkin_info, |
Nicolas Zea
2014/01/07 00:41:52
const ref
fgorski
2014/01/07 23:46:44
Added a TODO.
|
GCMClient::Result result); |
void RegisterFinished(std::string app_id, |
std::string registration_id, |