| Index: ui/views/mus/window_tree_host_mus.h
|
| diff --git a/ui/views/mus/window_tree_host_mus.h b/ui/views/mus/window_tree_host_mus.h
|
| index ca1b4ca6f5264d8ca8ceac698c8fc5387a005df6..f1af0686a5034d7ffc218de9ca14155ae8b3b21c 100644
|
| --- a/ui/views/mus/window_tree_host_mus.h
|
| +++ b/ui/views/mus/window_tree_host_mus.h
|
| @@ -27,11 +27,11 @@ namespace views {
|
| class InputMethodMUS;
|
| class SurfaceContextFactory;
|
|
|
| -class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| - public mus::WindowObserver {
|
| +class WindowTreeHostMus : public aura::WindowTreeHost,
|
| + public mus::WindowObserver {
|
| public:
|
| - WindowTreeHostMojo(mojo::Shell* shell, mus::Window* window);
|
| - ~WindowTreeHostMojo() override;
|
| + WindowTreeHostMus(mojo::Shell* shell, mus::Window* window);
|
| + ~WindowTreeHostMus() override;
|
|
|
| mus::Window* mus_window() { return mus_window_; }
|
|
|
| @@ -79,7 +79,7 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
|
|
| scoped_ptr<SurfaceContextFactory> context_factory_;
|
|
|
| - DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMojo);
|
| + DISALLOW_COPY_AND_ASSIGN(WindowTreeHostMus);
|
| };
|
|
|
| } // namespace views
|
|
|