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

Unified Diff: chrome/browser/chromeos/policy/ticl_device_settings_provider.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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
Index: chrome/browser/chromeos/policy/ticl_device_settings_provider.h
diff --git a/chrome/browser/chromeos/policy/ticl_device_settings_provider.h b/chrome/browser/chromeos/policy/ticl_device_settings_provider.h
index 9da8f272edfc7a9df1c9224d0eae792b831120bd..85cf48e2a2d34cc9e448484bd48981853bd7a456 100644
--- a/chrome/browser/chromeos/policy/ticl_device_settings_provider.h
+++ b/chrome/browser/chromeos/policy/ticl_device_settings_provider.h
@@ -19,7 +19,7 @@ class TiclDeviceSettingsProvider : public invalidation::TiclSettingsProvider {
virtual ~TiclDeviceSettingsProvider();
// TiclInvalidationServiceSettingsProvider:
- virtual bool UseGCMChannel() const OVERRIDE;
+ virtual bool UseGCMChannel() const override;
private:
DISALLOW_COPY_AND_ASSIGN(TiclDeviceSettingsProvider);

Powered by Google App Engine
This is Rietveld 408576698