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

Unified Diff: ui/views/mus/window_tree_host_mus.h

Issue 1410193009: WindowTreeHostMojo -> WindowTreeHostMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « ui/views/mus/native_widget_view_manager.cc ('k') | ui/views/mus/window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/views/mus/native_widget_view_manager.cc ('k') | ui/views/mus/window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698