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

Unified Diff: ash/mus/app_launch_unittest.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 | « ash/mus/accessibility_delegate_mus.cc ('k') | ash/mus/app_list_presenter_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_launch_unittest.cc
diff --git a/ash/mus/app_launch_unittest.cc b/ash/mus/app_launch_unittest.cc
index fdd5a7d8b2c14c61098ef6ed027b2b323c797f1f..6a23147f61dd021fabd56930b507e512cab3f245 100644
--- a/ash/mus/app_launch_unittest.cc
+++ b/ash/mus/app_launch_unittest.cc
@@ -16,7 +16,7 @@ void RunCallback(bool* success, const base::Closure& callback, bool result) {
callback.Run();
}
-class AppLaunchTest : public shell::test::ServiceTest {
+class AppLaunchTest : public service_manager::test::ServiceTest {
public:
AppLaunchTest() : ServiceTest("exe:mash_unittests") {}
~AppLaunchTest() override {}
« no previous file with comments | « ash/mus/accessibility_delegate_mus.cc ('k') | ash/mus/app_list_presenter_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698