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 7e65b1427ec539a5b78e0de7355344a9ff2ce8b0..4dcb983e239b9b5c70876ebbe458f8e12c4995e7 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() {} |
virtual ~SiteIsolationPolicyBrowserTest() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
ASSERT_TRUE(test_server()->Start()); |
net::SpawnedTestServer https_server( |
net::SpawnedTestServer::TYPE_HTTPS, |