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

Unified Diff: mash/wm/test/wm_test_base.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/shadow_controller.cc ('k') | mash/wm/test/wm_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/test/wm_test_base.h
diff --git a/mash/wm/test/wm_test_base.h b/mash/wm/test/wm_test_base.h
index 0dfd737fbb8c28ad3b5851bb7b92ceea862c13b7..fb79e965ae6e1c32c9626612f9b190cfda85e9a3 100644
--- a/mash/wm/test/wm_test_base.h
+++ b/mash/wm/test/wm_test_base.h
@@ -31,7 +31,7 @@ class RootWindowController;
class WmTestHelper;
// Base class for window manager tests that want to configure
-// WindowTreeConnection without a connection to mus.
+// WindowTreeClient without a client to mus.
class WmTestBase : public testing::Test {
public:
WmTestBase();
@@ -52,7 +52,7 @@ class WmTestBase : public testing::Test {
// Creates a top level window visible window in the appropriate container.
// NOTE: you can explicitly destroy the returned value if necessary, but it
- // will also be automatically destroyed when the WindowTreeConnection is
+ // will also be automatically destroyed when the WindowTreeClient is
// destroyed.
mus::Window* CreateTestWindow(const gfx::Rect& bounds);
mus::Window* CreateTestWindow(const gfx::Rect& bounds,
« no previous file with comments | « mash/wm/shadow_controller.cc ('k') | mash/wm/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698