diff options
Diffstat (limited to 'mojo/shell/shell_test_base.h')
-rw-r--r-- | mojo/shell/shell_test_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h index 98e744c..4017315 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). |