Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4072)

Unified Diff: chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc
diff --git a/chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc b/chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc
index a0a9a5f1cf95afd6c6731a34922fe23588d9e976..dc72b929dc486fe89738dcdd2f231ac6606bd9af 100644
--- a/chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc
+++ b/chrome/browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc
@@ -33,7 +33,7 @@ class PromoResourceServiceMobileNtpTest : public testing::Test {
protected:
ScopedTestingLocalState local_state_;
scoped_refptr<PromoResourceService> promo_resource_service_;
- MessageLoop loop_;
+ base::MessageLoop loop_;
};
class NotificationPromoMobileNtpTest {

Powered by Google App Engine
This is Rietveld 408576698