| Index: chrome/app/mash/chrome_mash_manifest.json
|
| diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mash_manifest.json
|
| index 2e808efa1c6ba02f8ed6ee441590f1b01dc6d6d0..ec970f1bab31628ebeda9d34d8e39f4167e8279d 100644
|
| --- a/chrome/app/mash/chrome_mash_manifest.json
|
| +++ b/chrome/app/mash/chrome_mash_manifest.json
|
| @@ -16,11 +16,11 @@
|
| },
|
| "requires": {
|
| "*": [ "app" ],
|
| - "service_manager": [ "service_manager:instance_per_child" ],
|
| - "catalog": [ "control" ],
|
| "ash": [ "app" ],
|
| + "catalog": [ "control" ],
|
| "content_browser": [ "app" ],
|
| "quick_launch": [ "app" ],
|
| + "service_manager": [ "service_manager:instance_per_child" ],
|
| "ui": [ "app" ]
|
| }
|
| }
|
|
|