Index: ash/sysui/manifest.json |
diff --git a/ash/sysui/manifest.json b/ash/sysui/manifest.json |
index 17237b66dbf492f4bceb32652752073495193c92..4e6e98aabc00b35820aae62a5d22abd380995745 100644 |
--- a/ash/sysui/manifest.json |
+++ b/ash/sysui/manifest.json |
@@ -7,8 +7,8 @@ |
"*": { "classes": [ "app" ] }, |
"mojo:desktop_wm": { |
"interfaces": [ |
- "mash::wm::mojom::ShelfLayout", |
- "mash::wm::mojom::UserWindowController" |
+ "ash::mojom::ShelfLayout", |
+ "ash::mojom::UserWindowController" |
] |
}, |
"exe:chrome" : { "classes": [ "app_list:presenter" ] } |