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

Unified Diff: ui/views/widget/desktop_aura/desktop_window_tree_host_ozone.cc

Issue 160573002: Move root_window_host* in aura to window_tree_host*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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
Index: ui/views/widget/desktop_aura/desktop_window_tree_host_ozone.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_ozone.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_ozone.cc
similarity index 91%
rename from ui/views/widget/desktop_aura/desktop_root_window_host_ozone.cc
rename to ui/views/widget/desktop_aura/desktop_window_tree_host_ozone.cc
index e327cb1a8d3cab6c28d527e1faab3b320796526d..1a78a9ab57ef7a3f27f09a630285ccf685ac01db 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_ozone.cc
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_ozone.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "ui/aura/window_tree_host.h"
-#include "ui/views/widget/desktop_aura/desktop_root_window_host.h"
#include "ui/views/widget/desktop_aura/desktop_factory_ozone.h"
+#include "ui/views/widget/desktop_aura/desktop_window_tree_host.h"
namespace views {

Powered by Google App Engine
This is Rietveld 408576698