Index: chrome/browser/service/service_process_control_browsertest.cc |
=================================================================== |
--- chrome/browser/service/service_process_control_browsertest.cc (revision 148497) |
+++ chrome/browser/service/service_process_control_browsertest.cc (working copy) |
@@ -42,7 +42,7 @@ |
this)); |
// Then run the message loop to keep things running. |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
} |
// Send a Cloud Print status request and wait for a reply from the service. |
@@ -50,7 +50,7 @@ |
ServiceProcessControl::GetInstance()->GetCloudPrintProxyInfo( |
base::Bind(&ServiceProcessControlBrowserTest::CloudPrintInfoCallback, |
base::Unretained(this))); |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
} |
void CloudPrintInfoCallback( |
@@ -147,7 +147,7 @@ |
MessageLoop::QuitClosure()); |
} |
// Then run the message loop to keep things running. |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
EXPECT_EQ(0, launch_count); |
// And then shutdown the service process. |
EXPECT_TRUE(process->Shutdown()); |
@@ -163,7 +163,7 @@ |
process->Launch(task, task); |
} |
// Then run the message loop to keep things running. |
- ui_test_utils::RunMessageLoop(); |
+ content::RunMessageLoop(); |
EXPECT_EQ(0, launch_count); |
// And then shutdown the service process. |
EXPECT_TRUE(process->Shutdown()); |