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

Unified Diff: mash/wm/test/wm_test_helper.cc

Issue 2018823002: Eliminate WindowTreeConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@connection
Patch Set: . Created 4 years, 7 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 | « mash/wm/test/wm_test_helper.h ('k') | mash/wm/user_window_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/test/wm_test_helper.cc
diff --git a/mash/wm/test/wm_test_helper.cc b/mash/wm/test/wm_test_helper.cc
index af3099aaa698cd9f09f3cfea85ba2996c7069cd7..fdf1723496a3ff57fce3575a858cfb31c815640b 100644
--- a/mash/wm/test/wm_test_helper.cc
+++ b/mash/wm/test/wm_test_helper.cc
@@ -6,7 +6,7 @@
#include "base/message_loop/message_loop.h"
#include "components/mus/public/cpp/property_type_converters.h"
-#include "components/mus/public/cpp/window_tree_connection.h"
+#include "components/mus/public/cpp/window_tree_client.h"
#include "mash/wm/root_window_controller.h"
#include "mash/wm/test/wm_test_screen.h"
#include "mash/wm/window_manager.h"
@@ -44,7 +44,7 @@ void WmTestHelper::Init() {
screen_->display_list()->AddDisplay(root_window_controller->display(),
views::DisplayList::Type::PRIMARY);
- window_tree_connection_setup_.Init(
+ window_tree_client_setup_.Init(
root_window_controller, root_window_controller->window_manager_.get());
root_window_controller->root()->SetBounds(display_bounds);
window_manager_app_.AddRootWindowController(root_window_controller);
« no previous file with comments | « mash/wm/test/wm_test_helper.h ('k') | mash/wm/user_window_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698