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

Unified Diff: ash/mus/accelerator_registrar_unittest.cc

Issue 2037033004: Renames mojo:desktop_wm to mojo:ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/BUILD.gn ('k') | ash/mus/app_launch_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/accelerator_registrar_unittest.cc
diff --git a/ash/mus/accelerator_registrar_unittest.cc b/ash/mus/accelerator_registrar_unittest.cc
index f9336fbbefc81ed2562e3f2949e9c30d1e3a8a83..aee5d52150224d27a73526dcb36ad6cdcfe36506 100644
--- a/ash/mus/accelerator_registrar_unittest.cc
+++ b/ash/mus/accelerator_registrar_unittest.cc
@@ -74,7 +74,7 @@ class AcceleratorRegistrarTest : public shell::test::ShellTest {
protected:
void ConnectToRegistrar(AcceleratorRegistrarPtr* registrar) {
- connector()->ConnectToInterface("mojo:desktop_wm", registrar);
+ connector()->ConnectToInterface("mojo:ash", registrar);
}
private:
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/app_launch_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698