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

Unified Diff: extensions/shell/test/shell_test.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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
Index: extensions/shell/test/shell_test.h
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index ac7ad7889e9e800daf023af83c6fddf068c3f8c4..29e1f25fca47faab000b2ca372c13c9491a1dbb3 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -28,9 +28,9 @@ class AppShellTest : public content::BrowserTestBase {
virtual ~AppShellTest();
// content::BrowserTestBase implementation.
- virtual void SetUp() OVERRIDE;
- virtual void SetUpOnMainThread() OVERRIDE;
- virtual void RunTestOnMainThreadLoop() OVERRIDE;
+ virtual void SetUp() override;
+ virtual void SetUpOnMainThread() override;
+ virtual void RunTestOnMainThreadLoop() override;
content::BrowserContext* browser_context() { return browser_context_; }
« no previous file with comments | « extensions/shell/renderer/shell_extensions_renderer_client.h ('k') | extensions/shell/test/shell_test_launcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698