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

Unified Diff: services/ui/demo/mus_demo_unittests.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
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/display/platform_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo_unittests.cc
diff --git a/services/ui/demo/mus_demo_unittests.cc b/services/ui/demo/mus_demo_unittests.cc
index 27ff4c652310eb6d47d5a9c4e31c49679ecf44f3..7385175829def191d0f18bca860e006ca2766821 100644
--- a/services/ui/demo/mus_demo_unittests.cc
+++ b/services/ui/demo/mus_demo_unittests.cc
@@ -22,9 +22,9 @@ void RunCallback(bool* success, const base::Closure& callback, bool result) {
callback.Run();
}
-class MusDemoTest : public shell::test::ServiceTest {
+class MusDemoTest : public service_manager::test::ServiceTest {
public:
- MusDemoTest() : shell::test::ServiceTest(kTestAppName) {}
+ MusDemoTest() : service_manager::test::ServiceTest(kTestAppName) {}
~MusDemoTest() override {}
void SetUp() override {
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/display/platform_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698