| Index: chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc (revision 148497)
|
| +++ chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc (working copy)
|
| @@ -215,14 +215,14 @@
|
|
|
| // Wait until all data from output watcher is received (QuitTask will be
|
| // fired on watcher thread).
|
| - ui_test_utils::RunMessageLoop();
|
| + content::RunMessageLoop();
|
|
|
| BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| base::Bind(&ProcessProxyTest::EndRegistryTest,
|
| base::Unretained(this)));
|
|
|
| // Wait until we clean up the process proxy.
|
| - ui_test_utils::RunMessageLoop();
|
| + content::RunMessageLoop();
|
| }
|
|
|
| scoped_ptr<TestRunner> test_runner_;
|
|
|