| Index: mojo/shell/shell_test_base.h
|
| diff --git a/mojo/shell/shell_test_base.h b/mojo/shell/shell_test_base.h
|
| index ff5b3e7c425265a3b5cb7f3a9799aedaefff838b..fd70c2dec589237d1c3add560fed18852a6c5f2e 100644
|
| --- a/mojo/shell/shell_test_base.h
|
| +++ b/mojo/shell/shell_test_base.h
|
| @@ -22,9 +22,9 @@ namespace test {
|
| class ShellTestBase : public testing::Test {
|
| public:
|
| ShellTestBase();
|
| - virtual ~ShellTestBase();
|
| + ~ShellTestBase() override;
|
|
|
| - virtual void SetUp() override;
|
| + void SetUp() override;
|
|
|
| // |application_url| should typically be a mojo: URL (the origin will be set
|
| // to an "appropriate" file: URL).
|
|
|