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

Unified Diff: chromeos/printing/ppd_provider_unittest.cc

Issue 2476073003: Update PpdProvider threading model. (Closed)
Patch Set: Change CHECK to DCHECK Created 4 years, 1 month 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 | « chromeos/printing/ppd_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/printing/ppd_provider_unittest.cc
diff --git a/chromeos/printing/ppd_provider_unittest.cc b/chromeos/printing/ppd_provider_unittest.cc
index 7061f156332241218219f108b4ddb3197f78e228..15d9e814ef1279f9abff74e4921e8474d4eadc2a 100644
--- a/chromeos/printing/ppd_provider_unittest.cc
+++ b/chromeos/printing/ppd_provider_unittest.cc
@@ -74,7 +74,7 @@ class PpdProviderTest : public ::testing::Test {
auto provider_options = PpdProvider::Options();
provider_options.quirks_server = kTestQuirksServer;
ppd_provider_ = PpdProvider::Create(
- kTestAPIKey, request_context_getter_,
+ kTestAPIKey, request_context_getter_.get(), loop_.task_runner().get(),
PpdCache::Create(ppd_cache_temp_dir_.GetPath()), provider_options);
}
« no previous file with comments | « chromeos/printing/ppd_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698