Index: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
index 44572d2d15d16b6f085ca4d5d4943cc9730913c1..b49545ea5dec7241e4798cdca9007ad94163ae52 100644 |
--- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
+++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
@@ -95,7 +95,7 @@ class DomDistillerJsTest : public content::ContentBrowserTest { |
PathService::Get(base::DIR_SOURCE_ROOT, &path); |
path = path.AppendASCII(kExternalTestResourcesPath); |
embedded_test_server()->ServeFilesFromDirectory(path); |
- ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady()); |
+ ASSERT_TRUE(embedded_test_server()->Start()); |
} |
}; |