Index: mandoline/ui/aura/window_tree_host_mojo.h |
diff --git a/mandoline/ui/aura/window_tree_host_mojo.h b/mandoline/ui/aura/window_tree_host_mojo.h |
index b3ce943c0c37abe539cad65305813c5e29c16f1c..277b4231dfc12f5a316e05b9fecec75c602f118b 100644 |
--- a/mandoline/ui/aura/window_tree_host_mojo.h |
+++ b/mandoline/ui/aura/window_tree_host_mojo.h |
@@ -27,9 +27,9 @@ class InputMethodMandoline; |
class SurfaceContextFactory; |
class WindowTreeHostMojo : public aura::WindowTreeHost, |
- public mojo::ViewObserver { |
+ public mus::ViewObserver { |
public: |
- WindowTreeHostMojo(mojo::Shell* shell, mojo::View* view); |
+ WindowTreeHostMojo(mojo::Shell* shell, mus::View* view); |
~WindowTreeHostMojo() override; |
const gfx::Rect& bounds() const { return bounds_; } |
@@ -53,12 +53,12 @@ class WindowTreeHostMojo : public aura::WindowTreeHost, |
void MoveCursorToNative(const gfx::Point& location) override; |
void OnCursorVisibilityChangedNative(bool show) override; |
- // mojo::ViewObserver: |
- void OnViewBoundsChanged(mojo::View* view, |
+ // mus::ViewObserver: |
+ void OnViewBoundsChanged(mus::View* view, |
const mojo::Rect& old_bounds, |
const mojo::Rect& new_bounds) override; |
- mojo::View* view_; |
+ mus::View* view_; |
gfx::Rect bounds_; |