| Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| index b2fc56445fac8e7b2417f0f2cd4ba78d0d193509..168667af6da58fddd428ebc9faddb8876c32b48e 100644
|
| --- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
| @@ -132,7 +132,7 @@ class ProfileSyncServiceStartupTest : public testing::Test {
|
| return data_type_manager;
|
| }
|
|
|
| - MessageLoop ui_loop_;
|
| + base::MessageLoop ui_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| content::TestBrowserThread db_thread_;
|
| content::TestBrowserThread file_thread_;
|
| @@ -318,7 +318,7 @@ TEST_F(ProfileSyncServiceStartupTest, StartInvalidCredentials) {
|
| token_service->IssueAuthTokenForTest(
|
| GaiaConstants::kSyncService, "sync_token");
|
| sync_->SetSetupInProgress(false);
|
| - MessageLoop::current()->Run();
|
| + base::MessageLoop::current()->Run();
|
|
|
| // Verify we successfully finish startup and configuration.
|
| EXPECT_TRUE(sync_->ShouldPushChanges());
|
|
|