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

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

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_base.cc ('k') | mash/wm/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/test/wm_test_helper.h
diff --git a/mash/wm/test/wm_test_helper.h b/mash/wm/test/wm_test_helper.h
index 601f5b12f9bd964cadab68fdf19f7f51f53c0902..333d21dd4fb2d84338b1787277e7f8fd894fbef0 100644
--- a/mash/wm/test/wm_test_helper.h
+++ b/mash/wm/test/wm_test_helper.h
@@ -8,7 +8,7 @@
#include <memory>
#include "base/macros.h"
-#include "components/mus/public/cpp/tests/test_window_tree_connection_setup.h"
+#include "components/mus/public/cpp/tests/test_window_tree_client_setup.h"
#include "mash/wm/window_manager_application.h"
namespace base {
@@ -28,7 +28,7 @@ namespace wm {
class WmTestScreen;
-// WMTestHelper is responsible for configuring a WindowTreeConnection that
+// WMTestHelper is responsible for configuring a WindowTreeClient that
// does not talk to mus. Additionally a test Screen (WmTestScreen) is created.
class WmTestHelper {
public:
@@ -45,7 +45,7 @@ class WmTestHelper {
private:
std::unique_ptr<base::MessageLoop> message_loop_;
- mus::TestWindowTreeConnectionSetup window_tree_connection_setup_;
+ mus::TestWindowTreeClientSetup window_tree_client_setup_;
WindowManagerApplication window_manager_app_;
WmTestScreen* screen_ = nullptr; // Owned by |window_manager_app_|.
« no previous file with comments | « mash/wm/test/wm_test_base.cc ('k') | mash/wm/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698