diff options
Diffstat (limited to 'chrome/test/perf/shutdown_test.cc')
-rw-r--r-- | chrome/test/perf/shutdown_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/perf/shutdown_test.cc b/chrome/test/perf/shutdown_test.cc index 32117fe..7cbc7b6 100644 --- a/chrome/test/perf/shutdown_test.cc +++ b/chrome/test/perf/shutdown_test.cc @@ -27,8 +27,8 @@ class ShutdownTest : public UIPerfTest { ShutdownTest() { show_window_ = true; } - void SetUp() {} - void TearDown() {} + virtual void SetUp() {} + virtual void TearDown() {} enum TestSize { SIMPLE, // Runs with no command line arguments (loads about:blank). |