| Index: components/browser_watcher/window_hang_monitor_win_unittest.cc
|
| diff --git a/components/browser_watcher/window_hang_monitor_win_unittest.cc b/components/browser_watcher/window_hang_monitor_win_unittest.cc
|
| index ada914f76ae82f50f85b4287086d2aca7cf424cd..56419561483a2488957d82a64221581dbce23e40 100644
|
| --- a/components/browser_watcher/window_hang_monitor_win_unittest.cc
|
| +++ b/components/browser_watcher/window_hang_monitor_win_unittest.cc
|
| @@ -368,7 +368,7 @@ TEST_F(WindowHangMonitorTest, DetectsWindowHang) {
|
| // Block the worker thread.
|
| base::WaitableEvent hang(true, false);
|
|
|
| - window_thread()->message_loop_proxy()->PostTask(
|
| + window_thread()->task_runner()->PostTask(
|
| FROM_HERE,
|
| base::Bind(&base::WaitableEvent::Wait, base::Unretained(&hang)));
|
|
|
|
|