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

Unified Diff: ui/views/mus/native_widget_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 | « no previous file | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index f56a9bf8739ae7f9ca40c712664bca00efa79751..916d37dfd892d18aa75f358e803ac38ed73ee20a 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -30,7 +30,7 @@ class FocusController;
}
namespace views {
-class WindowTreeHostMojo;
+class WindowTreeHostMus;
// An implementation of NativeWidget that binds to a mus::Window. Because Aura
// is used extensively within Views code, this code uses aura and binds to the
@@ -170,7 +170,7 @@ class NativeWidgetMus : public internal::NativeWidgetPrivate,
mus::mojom::ShowState show_state_before_fullscreen_;
// Aura configuration.
- scoped_ptr<WindowTreeHostMojo> window_tree_host_;
+ scoped_ptr<WindowTreeHostMus> window_tree_host_;
aura::Window* content_;
scoped_ptr<wm::FocusController> focus_client_;
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
« no previous file with comments | « no previous file | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698