From 729eb631a8da3bc48cc2637e90d06b1c1da624f5 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 26 Jul 2012 04:45:26 +0000 Subject: Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10822030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148514 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/test/integration/sync_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/sync/test/integration/sync_test.cc') diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc index 8bab5a9..da07fd4 100644 --- a/chrome/browser/sync/test/integration/sync_test.cc +++ b/chrome/browser/sync/test/integration/sync_test.cc @@ -568,7 +568,7 @@ bool SyncTest::IsTestServerRunning() { net::LOAD_DO_NOT_SAVE_COOKIES); fetcher->SetRequestContext(g_browser_process->system_request_context()); fetcher->Start(); - ui_test_utils::RunMessageLoop(); + content::RunMessageLoop(); return delegate.running(); } -- cgit v1.1