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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.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
Index: components/mus/public/cpp/tests/test_window_tree.cc
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
index 0ecd6f249be938a965cb633ebedc49b788aadde1..af526cdc7afb7a0e9a547ec744e497dafd4f1d2d 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -127,8 +127,7 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id) {
acked_events_.insert(event_id);
}
-void TestWindowTree::GetWindowManagerInternalClient(
- mojo::AssociatedInterfaceRequest<mojom::WindowManagerInternalClient>
- internal) {}
+void TestWindowTree::GetWindowManagerClient(
+ mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal) {}
} // namespace mus
« no previous file with comments | « components/mus/public/cpp/tests/test_window_tree.h ('k') | components/mus/public/cpp/window_tree_host_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698