Index: content/child/site_isolation_policy_browsertest.cc |
diff --git a/content/child/site_isolation_policy_browsertest.cc b/content/child/site_isolation_policy_browsertest.cc |
index d4ad79d8a3ed6549e903f1dc40c1b2db5006cb71..2bf0b9a200f390538a28501b97b72d0890623288 100644 |
--- a/content/child/site_isolation_policy_browsertest.cc |
+++ b/content/child/site_isolation_policy_browsertest.cc |
@@ -19,7 +19,7 @@ class SiteIsolationPolicyBrowserTest : public ContentBrowserTest { |
SiteIsolationPolicyBrowserTest() {} |
~SiteIsolationPolicyBrowserTest() override {} |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
ASSERT_TRUE(test_server()->Start()); |
net::SpawnedTestServer https_server( |
net::SpawnedTestServer::TYPE_HTTPS, |