| Index: mash/wm/root_window_controller.h
 | 
| diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
 | 
| index 094e59e70e1822f21f94b3ba1b0b57b92ab41706..87e6158918ca3f52e79032ab329cbf99e55d60d4 100644
 | 
| --- a/mash/wm/root_window_controller.h
 | 
| +++ b/mash/wm/root_window_controller.h
 | 
| @@ -13,8 +13,12 @@
 | 
|  #include "mojo/public/cpp/bindings/binding.h"
 | 
|  
 | 
|  namespace mojo {
 | 
| +namespace shell {
 | 
| +namespace mojom {
 | 
|  class Shell;
 | 
|  }
 | 
| +}
 | 
| +}
 | 
|  
 | 
|  namespace mus {
 | 
|  class WindowManagerClient;
 | 
| @@ -48,7 +52,7 @@ class RootWindowController : public mus::WindowObserver,
 | 
|    // Deletes this.
 | 
|    void Destroy();
 | 
|  
 | 
| -  mojo::Shell* GetShell();
 | 
| +  mojo::shell::mojom::Shell* GetShell();
 | 
|  
 | 
|    mus::Window* root() { return root_; }
 | 
|  
 | 
| 
 |