Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: chrome/browser/invalidation/ticl_profile_settings_provider.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/invalidation/profile_invalidation_provider_factory.h ('k') | chrome/browser/io_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/invalidation/profile_invalidation_provider_factory.h ('k') | chrome/browser/io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698