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

Unified Diff: ui/views/widget/desktop_aura/desktop_window_tree_host_win_unittest.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_win_unittest.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win_unittest.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win_unittest.cc
similarity index 93%
rename from ui/views/widget/desktop_aura/desktop_root_window_host_win_unittest.cc
rename to ui/views/widget/desktop_aura/desktop_window_tree_host_win_unittest.cc
index 838d403f4ead54c7bb2936f361a8b913aa7d1a2b..fb2e0b0df0d778fd6668040307e8f1df323a5087 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win_unittest.cc
+++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/views/widget/desktop_aura/desktop_root_window_host_win.h"
+#include "ui/views/widget/desktop_aura/desktop_window_tree_host_win.h"
#include "ui/aura/root_window.h"
#include "ui/views/test/views_test_base.h"
@@ -47,7 +47,7 @@ TEST_F(DesktopWindowTreeHostWinTest, SaveFocusOnDeactivateFromHandleCreate) {
DesktopNativeWidgetAura* desktop_native_widget_aura =
new DesktopNativeWidgetAura(&widget);
params.native_widget = desktop_native_widget_aura;
- params.desktop_root_window_host = new TestDesktopWindowTreeHostWin(
+ params.desktop_window_tree_host = new TestDesktopWindowTreeHostWin(
&widget, desktop_native_widget_aura);
widget.Init(params);
}

Powered by Google App Engine
This is Rietveld 408576698