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

Unified Diff: google_apis/gaia/mock_url_fetcher_factory.h

Issue 625293003: replace OVERRIDE and FINAL with override and final in google_apis/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another rebase on master 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 | « google_apis/gaia/merge_session_helper.h ('k') | google_apis/gaia/oauth2_access_token_fetcher_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/mock_url_fetcher_factory.h
diff --git a/google_apis/gaia/mock_url_fetcher_factory.h b/google_apis/gaia/mock_url_fetcher_factory.h
index 862f220e3809c6e64ea46443bcd991debeb3359f..ca61dc7b336e003e4aeff2eb496ba7a5389d7878 100644
--- a/google_apis/gaia/mock_url_fetcher_factory.h
+++ b/google_apis/gaia/mock_url_fetcher_factory.h
@@ -33,7 +33,7 @@ class MockFetcher : public net::TestURLFetcher {
virtual ~MockFetcher();
- virtual void Start() OVERRIDE;
+ virtual void Start() override;
private:
DISALLOW_COPY_AND_ASSIGN(MockFetcher);
@@ -52,7 +52,7 @@ class MockURLFetcherFactory : public net::URLFetcherFactory,
int id,
const GURL& url,
net::URLFetcher::RequestType request_type,
- net::URLFetcherDelegate* d) OVERRIDE {
+ net::URLFetcherDelegate* d) override {
return new T(success_, url, results_, request_type, d);
}
void set_success(bool success) {
« no previous file with comments | « google_apis/gaia/merge_session_helper.h ('k') | google_apis/gaia/oauth2_access_token_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698