| Index: trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h
|
| ===================================================================
|
| --- trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h (revision 272983)
|
| +++ trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h (working copy)
|
| @@ -22,7 +22,7 @@
|
| ViewManagerSynchronizer* synchronizer() {
|
| return manager_->synchronizer_.get();
|
| }
|
| - ServiceProvider* service_provider() { return manager_->service_provider_; }
|
| + Shell* shell() { return manager_->shell_; }
|
|
|
| void set_root(ViewTreeNode* root) { manager_->tree_ = root; }
|
|
|
|
|