summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_sync_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_sync_bundle.h')
-rw-r--r--chrome/browser/extensions/extension_sync_bundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/extension_sync_bundle.h b/chrome/browser/extensions/extension_sync_bundle.h
index 64d4eb6..f9986ac 100644
--- a/chrome/browser/extensions/extension_sync_bundle.h
+++ b/chrome/browser/extensions/extension_sync_bundle.h
@@ -80,10 +80,10 @@ class ExtensionSyncBundle : 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 extension or change an existing one.
- virtual void SyncChangeIfNeeded(const Extension& extension) OVERRIDE;
+ virtual void SyncChangeIfNeeded(const Extension& extension) override;
private:
// Add a synced extension.