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

Unified Diff: services/ui/public/cpp/tests/window_server_test_base.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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: services/ui/public/cpp/tests/window_server_test_base.h
diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
index 73277583d6bd98f4f2ba9a3df7ca0cbaf6b38a06..4339a4a3876cf7e9aec7edf9d233c9c002cf569e 100644
--- a/services/ui/public/cpp/tests/window_server_test_base.h
+++ b/services/ui/public/cpp/tests/window_server_test_base.h
@@ -26,7 +26,7 @@ class WindowServerTestBase
: public WindowServerServiceTestBase,
public WindowTreeClientDelegate,
public WindowManagerDelegate,
- public shell::InterfaceFactory<mojom::WindowTreeClient> {
+ public service_manager::InterfaceFactory<mojom::WindowTreeClient> {
public:
WindowServerTestBase();
~WindowServerTestBase() override;
@@ -67,8 +67,8 @@ class WindowServerTestBase
void SetUp() override;
// WindowServerServiceTestBase:
- bool OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry) override;
+ bool OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry) override;
// WindowTreeClientDelegate:
void OnEmbed(Window* root) override;
@@ -99,7 +99,7 @@ class WindowServerTestBase
const ui::Event& event) override;
// InterfaceFactory<WindowTreeClient>:
- void Create(const shell::Identity& remote_identity,
+ void Create(const service_manager::Identity& remote_identity,
mojo::InterfaceRequest<mojom::WindowTreeClient> request) override;
// Used to receive the most recent window tree client loaded by an embed
« no previous file with comments | « services/ui/public/cpp/tests/window_server_shelltest_base.cc ('k') | services/ui/public/cpp/tests/window_server_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698