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

Unified Diff: services/ui/ws/window_tree_client_unittest.cc

Issue 2118083002: ShellClient -> Service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus2
Patch Set: . Created 4 years, 5 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 | « services/ui/test_wm/test_wm.cc ('k') | services/user/user_shell_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index 3e628f8b2be1b10fdc7f35d9340ae18c41932b93..07804b3056f533808ac01f5bd1d0357ca9b3d44e 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -21,7 +21,7 @@
using mojo::Array;
using shell::Connection;
using mojo::InterfaceRequest;
-using shell::ShellClient;
+using shell::Service;
using mojo::String;
using ui::mojom::WindowDataPtr;
using ui::mojom::WindowTree;
@@ -576,7 +576,7 @@ class WindowTreeClientTest : public WindowServerShellTestBase {
}
// WindowServerShellTestBase:
- bool AcceptConnection(shell::Connection* connection) override {
+ bool OnConnect(shell::Connection* connection) override {
connection->AddInterface(client_factory_.get());
return true;
}
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | services/user/user_shell_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698