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

Unified Diff: components/mus/public/cpp/tests/window_server_test_base.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/window_server_test_base.cc
diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
index 1cc440c047f8b95db21b0514cbbc2763b3d71583..90e973893cfc78c58b9279bffd7e9cc8aa2dfa1d 100644
--- a/components/mus/public/cpp/tests/window_server_test_base.cc
+++ b/components/mus/public/cpp/tests/window_server_test_base.cc
@@ -71,7 +71,7 @@ void WindowServerTestBase::SetUp() {
std::swap(window_manager_, most_recent_connection_);
}
-bool WindowServerTestBase::AcceptConnection(mojo::Connection* connection) {
+bool WindowServerTestBase::AcceptConnection(shell::Connection* connection) {
connection->AddInterface<mojom::WindowTreeClient>(this);
return true;
}
@@ -119,7 +119,7 @@ void WindowServerTestBase::OnAccelerator(uint32_t id, const ui::Event& event) {
}
void WindowServerTestBase::Create(
- mojo::Connection* connection,
+ shell::Connection* connection,
mojo::InterfaceRequest<mojom::WindowTreeClient> request) {
WindowTreeConnection::Create(
this, std::move(request),
« no previous file with comments | « components/mus/public/cpp/tests/window_server_test_base.h ('k') | components/mus/public/cpp/window_tree_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698