summaryrefslogtreecommitdiffstats
path: root/content/browser/security_exploit_browsertest.cc
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 10:31:45 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-20 10:31:45 +0000
commit9b85c922c1ad1c842c99d7874aeea085777b9903 (patch)
treecb3ace0385cd45c5144feb65902b0211c0172ed8 /content/browser/security_exploit_browsertest.cc
parentec281641c596400842c4bfb8db04645de22838cc (diff)
downloadchromium_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 'content/browser/security_exploit_browsertest.cc')
-rw-r--r--content/browser/security_exploit_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc
index bbe7b2e..bc554c2 100644
--- a/content/browser/security_exploit_browsertest.cc
+++ b/content/browser/security_exploit_browsertest.cc
@@ -22,7 +22,7 @@ namespace content {
class SecurityExploitBrowserTest : public ContentBrowserTest {
public:
SecurityExploitBrowserTest() {}
- virtual void SetUpCommandLine(CommandLine* command_line) {
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
ASSERT_TRUE(test_server()->Start());
// Add a host resolver rule to map all outgoing requests to the test server.