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

Unified Diff: chrome/browser/profiles/profile_info_cache_unittest.h

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/profiles/profile_info_cache_unittest.h
diff --git a/chrome/browser/profiles/profile_info_cache_unittest.h b/chrome/browser/profiles/profile_info_cache_unittest.h
index ec2ec70be40f8e8f183e982abf3db1f935e9bfbb..79b9cf5c6e5dadc5cb1820ed04755811373ee2f7 100644
--- a/chrome/browser/profiles/profile_info_cache_unittest.h
+++ b/chrome/browser/profiles/profile_info_cache_unittest.h
@@ -62,7 +62,7 @@ class ProfileInfoCacheTest : public testing::Test {
TestingProfileManager testing_profile_manager_;
private:
- MessageLoopForUI ui_loop_;
+ base::MessageLoopForUI ui_loop_;
content::TestBrowserThread ui_thread_;
content::TestBrowserThread file_thread_;
ProfileNameVerifierObserver name_observer_;

Powered by Google App Engine
This is Rietveld 408576698