Index: chrome/browser/metrics/variations/variations_service_unittest.cc |
diff --git a/chrome/browser/metrics/variations/variations_service_unittest.cc b/chrome/browser/metrics/variations/variations_service_unittest.cc |
index a237dbead7ec477710506f269111d870191688d9..6cce74836c33ec13d120525681f222805002be1e 100644 |
--- a/chrome/browser/metrics/variations/variations_service_unittest.cc |
+++ b/chrome/browser/metrics/variations/variations_service_unittest.cc |
@@ -590,7 +590,7 @@ TEST_F(VariationsServiceTest, ValidateStudy) { |
} |
TEST_F(VariationsServiceTest, RequestsInitiallyNotAllowed) { |
- MessageLoopForUI message_loop; |
+ base::MessageLoopForUI message_loop; |
content::TestBrowserThread ui_thread(content::BrowserThread::UI, |
&message_loop); |
TestingPrefServiceSimple prefs; |
@@ -611,7 +611,7 @@ TEST_F(VariationsServiceTest, RequestsInitiallyNotAllowed) { |
} |
TEST_F(VariationsServiceTest, RequestsInitiallyAllowed) { |
- MessageLoopForUI message_loop; |
+ base::MessageLoopForUI message_loop; |
content::TestBrowserThread ui_thread(content::BrowserThread::UI, |
&message_loop); |
TestingPrefServiceSimple prefs; |
@@ -628,7 +628,7 @@ TEST_F(VariationsServiceTest, RequestsInitiallyAllowed) { |
} |
TEST_F(VariationsServiceTest, SeedStoredWhenOKStatus) { |
- MessageLoop message_loop; |
+ base::MessageLoop message_loop; |
content::TestBrowserThread io_thread(content::BrowserThread::IO, |
&message_loop); |
TestingPrefServiceSimple prefs; |
@@ -659,7 +659,7 @@ TEST_F(VariationsServiceTest, SeedNotStoredWhenNonOKStatus) { |
net::HTTP_SERVICE_UNAVAILABLE, |
}; |
- MessageLoop message_loop; |
+ base::MessageLoop message_loop; |
content::TestBrowserThread io_thread(content::BrowserThread::IO, |
&message_loop); |
TestingPrefServiceSimple prefs; |