| Index: chrome/browser/chrome_security_exploit_browsertest.cc
|
| diff --git a/chrome/browser/chrome_security_exploit_browsertest.cc b/chrome/browser/chrome_security_exploit_browsertest.cc
|
| index fd9bdc5c745db1af9c6084c3a2c4f0f42f602e0d..2ac5cdc116ffc431b796f1aebf5a0bd32f3c7e05 100644
|
| --- a/chrome/browser/chrome_security_exploit_browsertest.cc
|
| +++ b/chrome/browser/chrome_security_exploit_browsertest.cc
|
| @@ -30,7 +30,7 @@ class ChromeSecurityExploitBrowserTest : public InProcessBrowserTest {
|
| ChromeSecurityExploitBrowserTest() {}
|
| virtual ~ChromeSecurityExploitBrowserTest() {}
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| ASSERT_TRUE(test_server()->Start());
|
| net::TestServer https_server(
|
| net::TestServer::TYPE_HTTPS,
|
|
|