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