diff options
Diffstat (limited to 'chrome/browser/extensions/app_sync_bundle.h')
-rw-r--r-- | chrome/browser/extensions/app_sync_bundle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/app_sync_bundle.h b/chrome/browser/extensions/app_sync_bundle.h index f917d8f..b13f84c 100644 --- a/chrome/browser/extensions/app_sync_bundle.h +++ b/chrome/browser/extensions/app_sync_bundle.h @@ -80,10 +80,10 @@ class AppSyncBundle : public SyncBundle { // Overrides for SyncBundle. // Returns true if SetupSync has been called, false otherwise. - virtual bool IsSyncing() const OVERRIDE; + virtual bool IsSyncing() const override; // Sync a newly-installed application or change an existing one. - virtual void SyncChangeIfNeeded(const Extension& extension) OVERRIDE; + virtual void SyncChangeIfNeeded(const Extension& extension) override; private: // Add a synced app. |