summaryrefslogtreecommitdiffstats
path: root/extensions/shell/test
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-10-21 05:38:24 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-21 12:38:39 +0000
commit9168b2fe3e30afa4fd9a9500ba0725edf97c20a3 (patch)
treebb288d5b7fccc259391b83b18b12368a0d516b21 /extensions/shell/test
parentae36a4a3f2efd040be2e563b0bff0592b0a5b5a1 (diff)
downloadchromium_src-9168b2fe3e30afa4fd9a9500ba0725edf97c20a3.zip
chromium_src-9168b2fe3e30afa4fd9a9500ba0725edf97c20a3.tar.gz
chromium_src-9168b2fe3e30afa4fd9a9500ba0725edf97c20a3.tar.bz2
Standardize usage of virtual/override/final in extensions/
This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/664933004 Cr-Commit-Position: refs/heads/master@{#300475}
Diffstat (limited to 'extensions/shell/test')
-rw-r--r--extensions/shell/test/shell_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index 29e1f25..286299d 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -29,8 +29,8 @@ class AppShellTest : public content::BrowserTestBase {
// content::BrowserTestBase implementation.
virtual void SetUp() override;
- virtual void SetUpOnMainThread() override;
- virtual void RunTestOnMainThreadLoop() override;
+ void SetUpOnMainThread() override;
+ void RunTestOnMainThreadLoop() override;
content::BrowserContext* browser_context() { return browser_context_; }