| Index: chrome/browser/sync/test/integration/sessions_helper.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/sessions_helper.cc (revision 149002)
|
| +++ chrome/browser/sync/test/integration/sessions_helper.cc (working copy)
|
| @@ -58,7 +58,7 @@
|
| }
|
|
|
| bool ModelAssociatorHasTabWithUrl(int index, const GURL& url) {
|
| - ui_test_utils::RunAllPendingInMessageLoop();
|
| + content::RunAllPendingInMessageLoop();
|
| const browser_sync::SyncedSession* local_session;
|
| if (!GetLocalSession(index, &local_session)) {
|
| return false;
|
|
|