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

Unified Diff: chrome/browser/value_store/value_store_unittest.cc

Issue 14113053: chrome: Use base::MessageLoop. (Part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 years, 7 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/value_store/value_store_unittest.cc
diff --git a/chrome/browser/value_store/value_store_unittest.cc b/chrome/browser/value_store/value_store_unittest.cc
index 9759fffc2aa3aea5166948c5e98d1b5519974c9f..d45f647891f7811bc3cbf17d90618a7e7daf6a11 100644
--- a/chrome/browser/value_store/value_store_unittest.cc
+++ b/chrome/browser/value_store/value_store_unittest.cc
@@ -131,8 +131,8 @@ ValueStoreTest::ValueStoreTest()
dict3_(new DictionaryValue()),
dict12_(new DictionaryValue()),
dict123_(new DictionaryValue()),
- ui_thread_(BrowserThread::UI, MessageLoop::current()),
- file_thread_(BrowserThread::FILE, MessageLoop::current()) {
+ ui_thread_(BrowserThread::UI, base::MessageLoop::current()),
+ file_thread_(BrowserThread::FILE, base::MessageLoop::current()) {
val1_.reset(Value::CreateStringValue(key1_ + "Value"));
val2_.reset(Value::CreateStringValue(key2_ + "Value"));
val3_.reset(Value::CreateStringValue(key3_ + "Value"));
« no previous file with comments | « chrome/browser/value_store/value_store_unittest.h ('k') | chrome/browser/web_resource/promo_resource_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698