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

Unified Diff: services/service_manager/public/cpp/lib/service_test.cc

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/service_manager/public/cpp/lib/service_test.cc
diff --git a/services/service_manager/public/cpp/lib/service_test.cc b/services/service_manager/public/cpp/lib/service_test.cc
index 66488d110ba7ab8992617b3b74adaa06c80551c1..ba9c2b52386ab12be71058af104f6deb3d0277c2 100644
--- a/services/service_manager/public/cpp/lib/service_test.cc
+++ b/services/service_manager/public/cpp/lib/service_test.cc
@@ -10,7 +10,7 @@
#include "services/service_manager/background/background_shell.h"
#include "services/service_manager/public/cpp/service.h"
-namespace shell {
+namespace service_manager {
namespace test {
ServiceTestClient::ServiceTestClient(ServiceTest* test) : test_(test) {}
@@ -51,7 +51,7 @@ void ServiceTest::OnStartCalled(Connector* connector,
void ServiceTest::SetUp() {
service_ = CreateService();
message_loop_ = CreateMessageLoop();
- background_shell_.reset(new shell::BackgroundShell);
+ background_shell_.reset(new service_manager::BackgroundShell);
background_shell_->Init(nullptr);
// Create the shell connection. We don't proceed until we get our
@@ -75,4 +75,4 @@ void ServiceTest::TearDown() {
}
} // namespace test
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/public/cpp/lib/service_runner.cc ('k') | services/service_manager/public/cpp/names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698