| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/sync_test.cc (revision 149002)
|
| +++ chrome/browser/sync/test/integration/sync_test.cc (working copy)
|
| @@ -345,7 +345,7 @@
|
| void SyncTest::CleanUpOnMainThread() {
|
| // Close all browser windows.
|
| browser::CloseAllBrowsers();
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
|
|
| // All browsers should be closed at this point, or else we could see memory
|
| // corruption in QuitBrowser().
|
|
|