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

Unified Diff: google_apis/gaia/mock_url_fetcher_factory.h

Issue 649283003: Standardize usage of virtual/override/final in google_apis/ (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 | « 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 ca61dc7b336e003e4aeff2eb496ba7a5389d7878..68e30aa63f927c21cdb3880a96e80a7ed70b6d74 100644
--- a/google_apis/gaia/mock_url_fetcher_factory.h
+++ b/google_apis/gaia/mock_url_fetcher_factory.h
@@ -31,9 +31,9 @@ class MockFetcher : public net::TestURLFetcher {
net::URLFetcher::RequestType request_type,
net::URLFetcherDelegate* d);
- virtual ~MockFetcher();
+ ~MockFetcher() override;
- virtual void Start() override;
+ void Start() override;
private:
DISALLOW_COPY_AND_ASSIGN(MockFetcher);
« 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