Index: content/browser/security_exploit_browsertest.cc |
diff --git a/content/browser/security_exploit_browsertest.cc b/content/browser/security_exploit_browsertest.cc |
index 1358af28fd98e39ce08854b993b5e1544661e6c9..dcf51ef65a4fcd10cff2329c3bd604c9e6ae07da 100644 |
--- a/content/browser/security_exploit_browsertest.cc |
+++ b/content/browser/security_exploit_browsertest.cc |
@@ -130,7 +130,7 @@ class SecurityExploitBrowserTest : public ContentBrowserTest { |
SecurityExploitBrowserTest() {} |
void SetUpCommandLine(base::CommandLine* command_line) override { |
- ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady()); |
+ ASSERT_TRUE(embedded_test_server()->Start()); |
// Add a host resolver rule to map all outgoing requests to the test server. |
// This allows us to use "real" hostnames in URLs, which we can use to |