diff options
author | avi <avi@chromium.org> | 2014-12-22 16:08:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-23 00:09:30 +0000 |
commit | 83883c858834a2524223991537cc90e4be8f0468 (patch) | |
tree | 3d410fe9b15658023cfed4e3edc9b35ec6683fea /content/browser/security_exploit_browsertest.cc | |
parent | 60c25aebaf6c3bbc90c9c82f83a752ca58c7ddce (diff) | |
download | chromium_src-83883c858834a2524223991537cc90e4be8f0468.zip chromium_src-83883c858834a2524223991537cc90e4be8f0468.tar.gz chromium_src-83883c858834a2524223991537cc90e4be8f0468.tar.bz2 |
Make callers of CommandLine use it via the base:: namespace.
Covers content/.
BUG=422426
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/803813003
Cr-Commit-Position: refs/heads/master@{#309496}
Diffstat (limited to 'content/browser/security_exploit_browsertest.cc')
-rw-r--r-- | content/browser/security_exploit_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc index 610078f..0b01127 100644 --- a/content/browser/security_exploit_browsertest.cc +++ b/content/browser/security_exploit_browsertest.cc @@ -94,7 +94,7 @@ class SecurityExploitBrowserTest : public ContentBrowserTest { public: SecurityExploitBrowserTest() {} - void SetUpCommandLine(CommandLine* command_line) override { + void SetUpCommandLine(base::CommandLine* command_line) override { ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady()); // Add a host resolver rule to map all outgoing requests to the test server. |