| Index: chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl_browsertest.cc b/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl_browsertest.cc
|
| index 620f34ea47ed24182df19fff194f43c39a4fe482..4a5a14f9d9f0cd2c0be2c984cdcb6c3baffbca04 100644
|
| --- a/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl_browsertest.cc
|
| @@ -110,7 +110,7 @@ IN_PROC_BROWSER_TEST_F(MediaRouterDialogControllerBrowserTest, Navigate) {
|
|
|
| // Refresh and block until dialog WebContents has been destroyed.
|
| content::WebContentsDestroyedWatcher dialog_watcher(media_router_dialog_);
|
| - chrome::Reload(browser(), CURRENT_TAB);
|
| + chrome::Reload(browser(), WindowOpenDisposition::CURRENT_TAB);
|
| dialog_watcher.Wait();
|
| }
|
|
|
|
|