| Index: chrome/browser/fast_shutdown_browsertest.cc
|
| diff --git a/chrome/browser/fast_shutdown_browsertest.cc b/chrome/browser/fast_shutdown_browsertest.cc
|
| index 33481c37a53ecd90f879f3c70806c55e0746f8d6..e1551310ee309519839e1a38d2f632bb1026810f 100644
|
| --- a/chrome/browser/fast_shutdown_browsertest.cc
|
| +++ b/chrome/browser/fast_shutdown_browsertest.cc
|
| @@ -41,9 +41,9 @@ class FastShutdown : public InProcessBrowserTest {
|
| IN_PROC_BROWSER_TEST_F(FastShutdown, DISABLED_SlowTermination) {
|
| // Need to run these tests on http:// since we only allow cookies on that (and
|
| // https obviously).
|
| - ASSERT_TRUE(test_server()->Start());
|
| + ASSERT_TRUE(embedded_test_server()->Start());
|
| // This page has an unload handler.
|
| - GURL url = test_server()->GetURL("files/fast_shutdown/on_unloader.html");
|
| + GURL url = embedded_test_server()->GetURL("/fast_shutdown/on_unloader.html");
|
| EXPECT_EQ("", content::GetCookies(browser()->profile(), url));
|
|
|
| content::WindowedNotificationObserver window_observer(
|
|
|