Index: mojo/services/public/cpp/view_manager/lib/view_manager_private.h |
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_private.h b/mojo/services/public/cpp/view_manager/lib/view_manager_private.h |
index 1af8b9c02350f982abe2d9209e2c0522977da1b8..edd55cc1d10e0f7d86ab13f11b1d3e7b535c4672 100644 |
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_private.h |
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_private.h |
@@ -22,7 +22,7 @@ class ViewManagerPrivate { |
ViewManagerSynchronizer* synchronizer() { |
return manager_->synchronizer_.get(); |
} |
- Shell* shell() { return manager_->shell_; } |
+ ServiceProvider* service_provider() { return manager_->service_provider_; } |
void set_root(ViewTreeNode* root) { manager_->tree_ = root; } |