| Index: chrome/browser/extensions/app_sync_bundle.h
|
| diff --git a/chrome/browser/extensions/app_sync_bundle.h b/chrome/browser/extensions/app_sync_bundle.h
|
| index f917d8fce71a30e250bd0a847d990346171ca2cb..b13f84c55dd456e4dc67d17aa33345bf82648710 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.
|
|
|