Index: content/browser/security_exploit_browsertest.cc |
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc |
index 3971285583aab32f83b253d6b9d0784a7c793786..21b3a568323849642c245460cb805aed18c67613 100644 |
--- a/content/browser/security_exploit_browsertest.cc |
+++ b/content/browser/security_exploit_browsertest.cc |
@@ -84,7 +84,7 @@ RenderViewHostImpl* PrepareToDuplicateHosts(Shell* shell, |
class SecurityExploitBrowserTest : public ContentBrowserTest { |
public: |
SecurityExploitBrowserTest() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
+ 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. |