Index: mash/wm/root_window_controller.h |
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h |
index 623b2e1af819d38f3f3202d9fbc189649850fc1a..d254da5ca1cf887052f47fd39118fd9b96aba0eb 100644 |
--- a/mash/wm/root_window_controller.h |
+++ b/mash/wm/root_window_controller.h |
@@ -13,7 +13,7 @@ |
#include "mojo/public/cpp/bindings/binding.h" |
namespace mojo { |
-class Shell; |
+class Connector; |
} |
namespace mus { |
@@ -45,7 +45,7 @@ class RootWindowController : public mus::WindowObserver, |
// Deletes this. |
void Destroy(); |
- mojo::Shell* GetShell(); |
+ mojo::Connector* GetConnector(); |
mus::Window* root() { return root_; } |