Index: google_apis/gaia/fake_identity_provider.h |
diff --git a/google_apis/gaia/fake_identity_provider.h b/google_apis/gaia/fake_identity_provider.h |
index 28d46d940a5ec09821df588441d2b3c515978831..1ba0f50365b527e13a0eb722aa2cb32820c501d5 100644 |
--- a/google_apis/gaia/fake_identity_provider.h |
+++ b/google_apis/gaia/fake_identity_provider.h |
@@ -23,10 +23,10 @@ class FakeIdentityProvider : public IdentityProvider { |
void LogOut(); |
// 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: |
std::string account_id_; |