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

Unified Diff: blimp/client/core/blimp_client_context_impl_unittest.cc

Issue 2211613002: Add AssignmentSource to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: blimp/client/core/blimp_client_context_impl_unittest.cc
diff --git a/blimp/client/core/blimp_client_context_impl_unittest.cc b/blimp/client/core/blimp_client_context_impl_unittest.cc
index 57c768ffd15b8b59b0102803d6acdf70893a4be6..851f5ee00f88ed14440c8a7310ac119a0ef9619e 100644
--- a/blimp/client/core/blimp_client_context_impl_unittest.cc
+++ b/blimp/client/core/blimp_client_context_impl_unittest.cc
@@ -46,7 +46,8 @@ class BlimpClientContextImplTest : public testing::Test {
};
TEST_F(BlimpClientContextImplTest, CreatedBlimpContentsGetsHelpersAttached) {
- BlimpClientContextImpl blimp_client_context(io_thread_.task_runner());
+ BlimpClientContextImpl blimp_client_context(io_thread_.task_runner(),
+ io_thread_.task_runner());
TestBlimpClientContextDelegate delegate;
blimp_client_context.SetDelegate(&delegate);

Powered by Google App Engine
This is Rietveld 408576698