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

Unified Diff: ui/views/mus/native_widget_view_manager.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_mus.cc ('k') | ui/views/mus/native_widget_view_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_view_manager.h
diff --git a/ui/views/mus/native_widget_view_manager.h b/ui/views/mus/native_widget_view_manager.h
index 2f63b299697505f81a5dc55f845edd8e178e780f..f5f8a37a32b3ad2462193a617aa55a20b2fc0a96 100644
--- a/ui/views/mus/native_widget_view_manager.h
+++ b/ui/views/mus/native_widget_view_manager.h
@@ -40,7 +40,7 @@ namespace {
class NativeWidgetWindowObserver;
}
-class WindowTreeHostMojo;
+class WindowTreeHostMus;
class NativeWidgetViewManager : public views::NativeWidgetAura {
public:
@@ -64,7 +64,7 @@ class NativeWidgetViewManager : public views::NativeWidgetAura {
void SetBounds(const gfx::Rect& bounds) override;
void SetSize(const gfx::Size& size) override;
- scoped_ptr<WindowTreeHostMojo> window_tree_host_;
+ scoped_ptr<WindowTreeHostMus> window_tree_host_;
scoped_ptr<NativeWidgetWindowObserver> window_observer_;
scoped_ptr<wm::FocusController> focus_client_;
« no previous file with comments | « ui/views/mus/native_widget_mus.cc ('k') | ui/views/mus/native_widget_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698