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

Unified Diff: mojo/shell/shell_test_base.h

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: mojo/shell/shell_test_base.h
diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h
index 98e744c1870406933898bc9d4a35c5d44423bfb4..40173156f2b8a615c1acff0e12eefb52fc4a1dd2 100644
--- a/mojo/shell/shell_test_base.h
+++ b/mojo/shell/shell_test_base.h
@@ -30,7 +30,7 @@ class ShellTestBase : public testing::Test {
ShellTestBase();
virtual ~ShellTestBase();
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
// |application_url| should typically be a mojo: URL (the origin will be set
// to an "appropriate" file: URL).

Powered by Google App Engine
This is Rietveld 408576698