Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: mandoline/ui/aura/window_tree_host_mojo.h

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mandoline/ui/aura/surface_context_factory.cc ('k') | mandoline/ui/aura/window_tree_host_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « mandoline/ui/aura/surface_context_factory.cc ('k') | mandoline/ui/aura/window_tree_host_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698