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

Unified Diff: mojo/apps/js/test/js_to_cpp_unittest.cc

Issue 289063015: Mojo: Remove SetClient from generated interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | mojo/aura/window_tree_host_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/js_to_cpp_unittest.cc
diff --git a/mojo/apps/js/test/js_to_cpp_unittest.cc b/mojo/apps/js/test/js_to_cpp_unittest.cc
index 7cf57f2446bdb775a32ce585f261576709b14552..0da783548d8ffdfdf7ec8bf0c5f0bf33fa259730 100644
--- a/mojo/apps/js/test/js_to_cpp_unittest.cc
+++ b/mojo/apps/js/test/js_to_cpp_unittest.cc
@@ -367,7 +367,7 @@ class JsToCppTest : public testing::Test {
MessagePipe pipe;
js_to_cpp::JsSidePtr js_side =
MakeProxy<js_to_cpp::JsSide>(pipe.handle0.Pass());
- js_side->SetClient(cpp_side);
+ js_side.set_client(cpp_side);
js_side.internal_state()->router()->
set_enforce_errors_from_incoming_receiver(false);
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | mojo/aura/window_tree_host_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698