Index: trunk/src/mojo/services/view_manager/root_node_manager.h |
=================================================================== |
--- trunk/src/mojo/services/view_manager/root_node_manager.h (revision 272983) |
+++ trunk/src/mojo/services/view_manager/root_node_manager.h (working copy) |
@@ -16,7 +16,7 @@ |
namespace mojo { |
-class ServiceProvider; |
+class Shell; |
namespace view_manager { |
namespace service { |
@@ -52,7 +52,7 @@ |
DISALLOW_COPY_AND_ASSIGN(ScopedChange); |
}; |
- explicit RootNodeManager(ServiceProvider* service_provider); |
+ explicit RootNodeManager(Shell* shell); |
virtual ~RootNodeManager(); |
// Returns the id for the next ViewManagerConnection. |