| Index: chrome/browser/invalidation/ticl_profile_settings_provider.h
|
| diff --git a/chrome/browser/invalidation/ticl_profile_settings_provider.h b/chrome/browser/invalidation/ticl_profile_settings_provider.h
|
| index cc07dde7140e24fc741e691b6701133f41582ac1..7d3fab00efbc4a054d8aea193204927b40eb7f44 100644
|
| --- a/chrome/browser/invalidation/ticl_profile_settings_provider.h
|
| +++ b/chrome/browser/invalidation/ticl_profile_settings_provider.h
|
| @@ -21,7 +21,7 @@ class TiclProfileSettingsProvider : public TiclSettingsProvider {
|
| virtual ~TiclProfileSettingsProvider();
|
|
|
| // TiclInvalidationServiceSettingsProvider:
|
| - virtual bool UseGCMChannel() const OVERRIDE;
|
| + virtual bool UseGCMChannel() const override;
|
|
|
| private:
|
| PrefChangeRegistrar registrar_;
|
|
|