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

Unified Diff: components/mus/ws/window_tree_apptest.cc

Issue 1644773004: Renames some WindowManager classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 11 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 | « components/mus/ws/window_manager_access_policy.cc ('k') | components/mus/ws/window_tree_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_tree_apptest.cc
diff --git a/components/mus/ws/window_tree_apptest.cc b/components/mus/ws/window_tree_apptest.cc
index c28fb33e7b53c057ab9f43a915efed2ee34d6d79..43202c6b499879e52bc767b610448f91984eb5dc 100644
--- a/components/mus/ws/window_tree_apptest.cc
+++ b/components/mus/ws/window_tree_apptest.cc
@@ -369,9 +369,8 @@ class TestWindowTreeClientImpl : public mojom::WindowTreeClient,
}
}
void RequestClose(uint32_t window_id) override {}
- void GetWindowManagerInternal(
- mojo::AssociatedInterfaceRequest<mojom::WindowManagerInternal> internal)
- override {}
+ void GetWindowManager(mojo::AssociatedInterfaceRequest<mojom::WindowManager>
+ internal) override {}
TestChangeTracker tracker_;
« no previous file with comments | « components/mus/ws/window_manager_access_policy.cc ('k') | components/mus/ws/window_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698