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

Unified Diff: mash/wm/accelerator_registrar_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/task_viewer/task_viewer.cc ('k') | mash/wm/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/accelerator_registrar_unittest.cc
diff --git a/mash/wm/accelerator_registrar_unittest.cc b/mash/wm/accelerator_registrar_unittest.cc
index b9047146025077639a428cf47ba90907e6a4ae8e..814cbf8373c276db9726e7c8f831fdfabb61febc 100644
--- a/mash/wm/accelerator_registrar_unittest.cc
+++ b/mash/wm/accelerator_registrar_unittest.cc
@@ -67,9 +67,9 @@ class TestAcceleratorHandler : public AcceleratorHandler {
DISALLOW_COPY_AND_ASSIGN(TestAcceleratorHandler);
};
-class AcceleratorRegistrarTest : public mojo::test::ShellTest {
+class AcceleratorRegistrarTest : public shell::test::ShellTest {
public:
- AcceleratorRegistrarTest() : mojo::test::ShellTest("exe:mash_unittests") {}
+ AcceleratorRegistrarTest() : shell::test::ShellTest("exe:mash_unittests") {}
~AcceleratorRegistrarTest() override {}
protected:
« no previous file with comments | « mash/task_viewer/task_viewer.cc ('k') | mash/wm/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698