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

Unified Diff: ios/public/test/fake_profile_oauth2_token_service_ios_provider.h

Issue 635523002: Replacing the OVERRIDE with override and FINAL with final in /src/ios (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 | « ios/consumer/base/supports_user_data_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/test/fake_profile_oauth2_token_service_ios_provider.h
diff --git a/ios/public/test/fake_profile_oauth2_token_service_ios_provider.h b/ios/public/test/fake_profile_oauth2_token_service_ios_provider.h
index a3ae09dd5cfa7753182299d08ccee2943d7b6922..0fdd493aec069bf1b397059e72c625ce3c030ecb 100644
--- a/ios/public/test/fake_profile_oauth2_token_service_ios_provider.h
+++ b/ios/public/test/fake_profile_oauth2_token_service_ios_provider.h
@@ -22,18 +22,18 @@ class FakeProfileOAuth2TokenServiceIOSProvider
virtual ~FakeProfileOAuth2TokenServiceIOSProvider();
// ProfileOAuth2TokenServiceIOSProvider
- virtual void InitializeSharedAuthentication() OVERRIDE;
+ virtual void InitializeSharedAuthentication() override;
virtual void GetAccessToken(const std::string& account_id,
const std::string& client_id,
const std::string& client_secret,
const std::set<std::string>& scopes,
- const AccessTokenCallback& callback) OVERRIDE;
+ const AccessTokenCallback& callback) override;
- virtual std::vector<std::string> GetAllAccountIds() OVERRIDE;
+ virtual std::vector<std::string> GetAllAccountIds() override;
virtual AuthenticationErrorCategory GetAuthenticationErrorCategory(
- NSError* error) const OVERRIDE;
+ NSError* error) const override;
// Methods to configure this fake provider.
void AddAccount(const std::string& account_id);
« no previous file with comments | « ios/consumer/base/supports_user_data_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698