Index: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc |
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc |
index 76a6b52f9f190419c6438144f3372b0afd399cc5..b03469cc6df163d41a980ce8c0755a986354ce98 100644 |
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc |
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc |
@@ -343,7 +343,7 @@ ViewManagerSynchronizer::ViewManagerSynchronizer(ViewManager* view_manager) |
init_loop_(NULL) { |
ConnectTo(ViewManagerPrivate(view_manager_).shell(), "mojo:mojo_view_manager", |
&service_); |
- service_->SetClient(this); |
+ service_.set_client(this); |
// Start a runloop. This loop is quit when the server tells us about the |
// connection (OnConnectionEstablished()). |