| 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 7d3fab00efbc4a054d8aea193204927b40eb7f44..1fb01abcee57d69f4095474ac4092f64a11e1803 100644
|
| --- a/chrome/browser/invalidation/ticl_profile_settings_provider.h
|
| +++ b/chrome/browser/invalidation/ticl_profile_settings_provider.h
|
| @@ -18,10 +18,10 @@ namespace invalidation {
|
| class TiclProfileSettingsProvider : public TiclSettingsProvider {
|
| public:
|
| explicit TiclProfileSettingsProvider(Profile* profile);
|
| - virtual ~TiclProfileSettingsProvider();
|
| + ~TiclProfileSettingsProvider() override;
|
|
|
| // TiclInvalidationServiceSettingsProvider:
|
| - virtual bool UseGCMChannel() const override;
|
| + bool UseGCMChannel() const override;
|
|
|
| private:
|
| PrefChangeRegistrar registrar_;
|
|
|