| Index: chrome/browser/profiles/profile_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_browsertest.cc (revision 149002)
|
| +++ chrome/browser/profiles/profile_browsertest.cc (working copy)
|
| @@ -148,7 +148,7 @@
|
| content::Source<Profile>(profile.get()));
|
| observer.Wait();
|
|
|
| - ui_test_utils::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
|
| + content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
|
|
|
| // Verify that README exists.
|
| EXPECT_TRUE(file_util::PathExists(
|
| @@ -173,6 +173,6 @@
|
| // Delete the Profile instance and run pending tasks (this includes the task
|
| // for README creation).
|
| profile.reset();
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| - ui_test_utils::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
|
| + content::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop(content::BrowserThread::FILE);
|
| }
|
|
|