| Index: shell/shell_test_base.h
|
| diff --git a/shell/shell_test_base.h b/shell/shell_test_base.h
|
| index 2679bb51fe7930d9f0b3638735b6ec188623956f..bfb320bae7b66218b34b2ad9b7e400c3e673097a 100644
|
| --- a/shell/shell_test_base.h
|
| +++ b/shell/shell_test_base.h
|
| @@ -25,6 +25,7 @@ class ShellTestBase : public testing::Test {
|
| ~ShellTestBase() override;
|
|
|
| void SetUp() override;
|
| + void TearDown() override;
|
|
|
| // |application_url| should typically be a mojo: URL (the origin will be set
|
| // to an "appropriate" file: URL).
|
|
|