diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 10:31:45 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 10:31:45 +0000 |
commit | 9b85c922c1ad1c842c99d7874aeea085777b9903 (patch) | |
tree | cb3ace0385cd45c5144feb65902b0211c0172ed8 /chrome/test/perf/shutdown_test.cc | |
parent | ec281641c596400842c4bfb8db04645de22838cc (diff) | |
download | chromium_src-9b85c922c1ad1c842c99d7874aeea085777b9903.zip chromium_src-9b85c922c1ad1c842c99d7874aeea085777b9903.tar.gz chromium_src-9b85c922c1ad1c842c99d7874aeea085777b9903.tar.bz2 |
Linux/ChromeOS Chromium style checker cleanup, misc edition.
Automated clean up of style checker errors that were missed due to the plugin
not being executed on implementation files.
BUG=115047
TBR=brettw, satorux
Review URL: https://chromiumcodereview.appspot.com/12253025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183461 0039d316-1c4b-4281-b951-d872f2087c98
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). |