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

Unified Diff: services/ui/public/cpp/tests/window_server_shelltest_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
« no previous file with comments | « services/ui/public/cpp/gpu_service.cc ('k') | services/ui/public/cpp/tests/window_server_shelltest_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/window_server_shelltest_base.h
diff --git a/services/ui/public/cpp/tests/window_server_shelltest_base.h b/services/ui/public/cpp/tests/window_server_shelltest_base.h
index a0d6d03566bd34e2cffa449d052375088e45fc7e..7e6ebab519613179f79bacf8f311b9c1e7f14da7 100644
--- a/services/ui/public/cpp/tests/window_server_shelltest_base.h
+++ b/services/ui/public/cpp/tests/window_server_shelltest_base.h
@@ -12,17 +12,17 @@
namespace ui {
// Base class for all window manager ServiceTests to perform some common setup.
-class WindowServerServiceTestBase : public shell::test::ServiceTest {
+class WindowServerServiceTestBase : public service_manager::test::ServiceTest {
public:
WindowServerServiceTestBase();
~WindowServerServiceTestBase() override;
- virtual bool OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry) = 0;
+ virtual bool OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry) = 0;
private:
- // shell::test::ServiceTest:
- std::unique_ptr<shell::Service> CreateService() override;
+ // service_manager::test::ServiceTest:
+ std::unique_ptr<service_manager::Service> CreateService() override;
DISALLOW_COPY_AND_ASSIGN(WindowServerServiceTestBase);
};
« no previous file with comments | « services/ui/public/cpp/gpu_service.cc ('k') | services/ui/public/cpp/tests/window_server_shelltest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698