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

Unified Diff: chrome/browser/chromeos/settings/device_identity_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/settings/device_identity_provider.h
diff --git a/chrome/browser/chromeos/settings/device_identity_provider.h b/chrome/browser/chromeos/settings/device_identity_provider.h
index 80075743ce6e9bba71abe69946688e8eb690cb22..2099fc33f9688a22eba4757494301ee233425361 100644
--- a/chrome/browser/chromeos/settings/device_identity_provider.h
+++ b/chrome/browser/chromeos/settings/device_identity_provider.h
@@ -20,10 +20,10 @@ class DeviceIdentityProvider : public IdentityProvider {
virtual ~DeviceIdentityProvider();
// IdentityProvider:
- virtual std::string GetActiveUsername() OVERRIDE;
- virtual std::string GetActiveAccountId() OVERRIDE;
- virtual OAuth2TokenService* GetTokenService() OVERRIDE;
- virtual bool RequestLogin() OVERRIDE;
+ virtual std::string GetActiveUsername() override;
+ virtual std::string GetActiveAccountId() override;
+ virtual OAuth2TokenService* GetTokenService() override;
+ virtual bool RequestLogin() override;
private:
chromeos::DeviceOAuth2TokenService* token_service_;

Powered by Google App Engine
This is Rietveld 408576698