| Index: blimp/engine/browser_tests/blimp_browser_test.cc
|
| diff --git a/blimp/engine/browser_tests/blimp_browser_test.cc b/blimp/engine/browser_tests/blimp_browser_test.cc
|
| index 93680520913fcb2dcbe48a4fb463d0532e76a336..13a3e6a5b145bd26789f221773f7d04683b15b50 100644
|
| --- a/blimp/engine/browser_tests/blimp_browser_test.cc
|
| +++ b/blimp/engine/browser_tests/blimp_browser_test.cc
|
| @@ -76,8 +76,7 @@ void BlimpBrowserTest::SetUpOnMainThread() {
|
| }
|
|
|
| void BlimpBrowserTest::TearDownOnMainThread() {
|
| - content::BrowserThread::GetMessageLoopProxyForThread(
|
| - content::BrowserThread::UI)
|
| + content::BrowserThread::GetTaskRunnerForThread(content::BrowserThread::UI)
|
| ->PostTask(FROM_HERE, base::MessageLoop::QuitWhenIdleClosure());
|
| }
|
|
|
|
|