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

Unified Diff: chrome/browser/prefs/chrome_pref_service_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/prefs/chrome_pref_service_unittest.cc
diff --git a/chrome/browser/prefs/chrome_pref_service_unittest.cc b/chrome/browser/prefs/chrome_pref_service_unittest.cc
index c2e8a30410d6b56d889e354afe8912e32310a49b..28e0f7406c836c130dfb4821f5c14864dfb07731 100644
--- a/chrome/browser/prefs/chrome_pref_service_unittest.cc
+++ b/chrome/browser/prefs/chrome_pref_service_unittest.cc
@@ -87,7 +87,7 @@ class ChromePrefServiceUserFilePrefsTest : public testing::Test {
// The path to the directory where the test data is stored.
base::FilePath data_dir_;
// A message loop that we can use as the file thread message loop.
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
};
// Verifies that ListValue and DictionaryValue pref with non emtpy default

Powered by Google App Engine
This is Rietveld 408576698