summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/integration/sessions_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/test/integration/sessions_helper.cc')
-rw-r--r--chrome/browser/sync/test/integration/sessions_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc
index e304a12..32221f4 100644
--- a/chrome/browser/sync/test/integration/sessions_helper.cc
+++ b/chrome/browser/sync/test/integration/sessions_helper.cc
@@ -139,7 +139,7 @@ bool WaitForTabsToLoad(int index, const std::vector<GURL>& urls) {
ProfileSyncServiceFactory::GetInstance()->GetForProfile(
test()->GetProfile(index))->GetSessionModelAssociator()->
BlockUntilLocalChangeForTest(TestTimeouts::action_max_timeout());
- ui_test_utils::RunMessageLoop();
+ content::RunMessageLoop();
}
}
}