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

Unified Diff: mash/wm/window_manager_unittest.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « mash/wm/window_manager_application.cc ('k') | media/mojo/services/android_mojo_media_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_unittest.cc
diff --git a/mash/wm/window_manager_unittest.cc b/mash/wm/window_manager_unittest.cc
index 65fc5489d6ad2bfb1cca7e710dc57a857d9ea6b3..f3272f2606bfa3a85113cea283dda9591653aec7 100644
--- a/mash/wm/window_manager_unittest.cc
+++ b/mash/wm/window_manager_unittest.cc
@@ -31,9 +31,9 @@ class WindowTreeDelegateImpl : public mus::WindowTreeDelegate {
DISALLOW_COPY_AND_ASSIGN(WindowTreeDelegateImpl);
};
-class WindowManagerTest : public mojo::test::ShellTest {
+class WindowManagerTest : public shell::test::ShellTest {
public:
- WindowManagerTest() : mojo::test::ShellTest("exe:mash_unittests") {}
+ WindowManagerTest() : shell::test::ShellTest("exe:mash_unittests") {}
~WindowManagerTest() override {}
private:
« no previous file with comments | « mash/wm/window_manager_application.cc ('k') | media/mojo/services/android_mojo_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698