diff options
Diffstat (limited to 'chrome/browser/sync/sync_global_error.h')
-rw-r--r-- | chrome/browser/sync/sync_global_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/sync_global_error.h b/chrome/browser/sync/sync_global_error.h index 8a114cc..9e82f44 100644 --- a/chrome/browser/sync/sync_global_error.h +++ b/chrome/browser/sync/sync_global_error.h @@ -15,7 +15,7 @@ class SigninManagerBase; // Shows sync errors on the wrench menu using a bubble view and a // menu item. -class SyncGlobalError : public GlobalError, +class SyncGlobalError : public GlobalErrorWithStandardBubble, public ProfileSyncServiceObserver { public: SyncGlobalError(ProfileSyncService* service, SigninManagerBase* signin); |