Index: chrome/app/mojo/chrome_manifest.json |
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json |
index 85dda9bd22a7511f30374c181e33d79402c8e36e..c65a08d7244d06da232ca6ce21421deae113da23 100644 |
--- a/chrome/app/mojo/chrome_manifest.json |
+++ b/chrome/app/mojo/chrome_manifest.json |
@@ -7,8 +7,8 @@ |
"*": { "classes": [ "app" ] }, |
"mojo:ash": { |
"interfaces": [ |
- "ash::mojom::WallpaperController", |
- "mash::shelf::mojom::ShelfController" |
+ "ash::mojom::ShelfController", |
+ "ash::mojom::WallpaperController" |
] |
} |
}, |