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

Unified Diff: chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc

Issue 1179163002: Migrate callers of message_loop_proxy() to task_runner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | cloud_print/gcp20/prototype/printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc
diff --git a/chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc b/chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc
index 49974f2cbf1129afc949de9cf7f0e3666c76c002..71dd8ed4a22c7c2e978eaca4e4147fba91b3400b 100644
--- a/chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc
+++ b/chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc
@@ -73,7 +73,7 @@ scoped_ptr<OfflinePageMetadataStoreImpl>
OfflinePageMetadataStoreImplTest::BuildStore() {
scoped_ptr<ProtoDatabaseImpl<offline_pages::OfflinePageEntry>> db(
new ProtoDatabaseImpl<offline_pages::OfflinePageEntry>(
- message_loop_.message_loop_proxy()));
+ message_loop_.task_runner()));
return scoped_ptr<OfflinePageMetadataStoreImpl>(
new OfflinePageMetadataStoreImpl(db.Pass(), temp_directory_.path()));
}
« no previous file with comments | « ash/test/ash_test_base.cc ('k') | cloud_print/gcp20/prototype/printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698