| 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..83f937208c1a54b09d98565f39e90d5a6718c3af 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)
|
| + scoped_ptr<GCMConnectionObserver> chromeos_connection_observer_;
|
| +#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
|
| };
|
|
|