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

Unified Diff: sync/test/accounts_client/test_accounts_client.cc

Issue 629733002: replace OVERRIDE and FINAL with override and final in sync/ (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 | « sync/syncable/syncable_write_transaction.h ('k') | sync/test/accounts_client/url_request_context_getter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/accounts_client/test_accounts_client.cc
diff --git a/sync/test/accounts_client/test_accounts_client.cc b/sync/test/accounts_client/test_accounts_client.cc
index 9520bcfd270c01d69f2b4ddcb96b48106517da97..7a5c1e7f9443e5ad19f986f0856030448e061370 100644
--- a/sync/test/accounts_client/test_accounts_client.cc
+++ b/sync/test/accounts_client/test_accounts_client.cc
@@ -39,7 +39,7 @@ class AccountsRequestDelegate : public net::URLFetcherDelegate {
AccountsRequestDelegate(base::RunLoop* run_loop) : response_(""),
success_(false), run_loop_(run_loop) {}
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE {
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override {
string url = source->GetURL().spec();
source->GetResponseAsString(&response_);
« no previous file with comments | « sync/syncable/syncable_write_transaction.h ('k') | sync/test/accounts_client/url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698