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). |