| Index: components/dom_distiller/content/browser/distillable_page_utils_browsertest.cc
|
| diff --git a/components/dom_distiller/content/browser/distillable_page_utils_browsertest.cc b/components/dom_distiller/content/browser/distillable_page_utils_browsertest.cc
|
| index 7723e67be4ba7562186e4a9ee7b123dc39a25629..2309cbb472a778dab3c80bfc7038b3edfef96ed8 100644
|
| --- a/components/dom_distiller/content/browser/distillable_page_utils_browsertest.cc
|
| +++ b/components/dom_distiller/content/browser/distillable_page_utils_browsertest.cc
|
| @@ -72,7 +72,7 @@ class DomDistillerDistillablePageUtilsTest : public content::ContentBrowserTest,
|
| PathService::Get(base::DIR_SOURCE_ROOT, &path);
|
| path = path.AppendASCII("components/test/data/dom_distiller");
|
| embedded_test_server()->ServeFilesFromDirectory(path);
|
| - ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
|
| + ASSERT_TRUE(embedded_test_server()->Start());
|
| }
|
|
|
| void DocumentLoadedInFrame(
|
|
|