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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.h

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.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index 3115b27174d7eaa35b0c75a27511e5811a5fe6a6..3ee1b0c80d82ffe1418a7b1004cc4b1229c422b4 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -86,9 +86,9 @@ class TestWindowTree : public mojom::WindowTree {
bool visible,
mojo::TextInputStatePtr state) override;
void OnWindowInputEventAck(uint32_t event_id) override;
- void GetWindowManagerInternalClient(
- mojo::AssociatedInterfaceRequest<mojom::WindowManagerInternalClient>
- internal) override;
+ void GetWindowManagerClient(
+ mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal)
+ override;
bool got_change_;
uint32_t change_id_;
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_host_factory.cc ('k') | components/mus/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698