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

Unified Diff: ash/mus/window_manager_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/window_manager_application.cc ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_unittest.cc
diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
index d4075534c09059c2516f67948a8f1a8c28914a4b..7ffe427f81668063e555843579a023d8c1e79e0a 100644
--- a/ash/mus/window_manager_unittest.cc
+++ b/ash/mus/window_manager_unittest.cc
@@ -31,9 +31,10 @@ class WindowTreeClientDelegate : public ui::WindowTreeClientDelegate {
DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate);
};
-class WindowManagerTest : public shell::test::ServiceTest {
+class WindowManagerTest : public service_manager::test::ServiceTest {
public:
- WindowManagerTest() : shell::test::ServiceTest("exe:mash_unittests") {}
+ WindowManagerTest()
+ : service_manager::test::ServiceTest("exe:mash_unittests") {}
~WindowManagerTest() override {}
private:
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698