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 5d4ad45e995210df7368031866b5460fdbda2fb1..448a45e7ae9625a8b074a33453426904dcaf9157 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service.h |
+++ b/chrome/browser/services/gcm/gcm_profile_service.h |
@@ -78,6 +78,9 @@ class GCMProfileService : public BrowserContextKeyedService, |
void Stop(); |
+ // BrowserContextKeyedService implementation. |
+ virtual void Shutdown() OVERRIDE; |
+ |
// Registers |sender_id| for an app. A registration ID will be returned by |
// the GCM server. |
// |app_id|: application ID. |