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

Unified Diff: chrome/browser/translate/cld_data_harness.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/translate/cld_data_harness.h
diff --git a/chrome/browser/translate/cld_data_harness.h b/chrome/browser/translate/cld_data_harness.h
index 59f01e36699d9061292fdda8b6474b3a851a00e1..e9b6f3210c3bdfa1ebc32ce8eb252f27c37f5b56 100644
--- a/chrome/browser/translate/cld_data_harness.h
+++ b/chrome/browser/translate/cld_data_harness.h
@@ -36,7 +36,7 @@ namespace test {
// MyTestClass() :
// cld_data_scope(test::CreateCldDataHarness()) {
// }
-// virtual void SetUpOnMainThread() OVERRIDE {
+// virtual void SetUpOnMainThread() override {
// cld_data_scope->Init();
// InProcessBrowserTest::SetUpOnMainThread();
// }
« no previous file with comments | « chrome/browser/translate/chrome_translate_client.h ('k') | chrome/browser/translate/component_cld_data_harness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698