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 abfd3ce9141e1313dca1d27b5b87873470069831..7179b7ac864230ba00e1e3e2244cdc8fcc142711 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service.h |
+++ b/chrome/browser/services/gcm/gcm_profile_service.h |
@@ -86,6 +86,9 @@ class GCMProfileService : public KeyedService { |
class IdentityObserver; |
scoped_ptr<IdentityObserver> identity_observer_; |
#endif |
+#if defined(OS_CHROMEOS) |
+ GCMAppHandler* chromeos_app_handler_; |
fgorski
2014/08/26 22:26:08
use a scoped_ptr.
Luigi Semenzato
2014/09/05 18:02:33
Done.
|
+#endif |
DISALLOW_COPY_AND_ASSIGN(GCMProfileService); |
}; |