| Index: blimp/engine/app/blimp_content_browser_client.cc
|
| diff --git a/blimp/engine/app/blimp_content_browser_client.cc b/blimp/engine/app/blimp_content_browser_client.cc
|
| index 1d344eae5814a6e17ab1f54f87f1b50f1b8f0c40..bb47498dfca952f6c2688e47cb499a2512582afe 100644
|
| --- a/blimp/engine/app/blimp_content_browser_client.cc
|
| +++ b/blimp/engine/app/blimp_content_browser_client.cc
|
| @@ -57,7 +57,7 @@ BlimpContentBrowserClient::GetServiceManifestOverlay(
|
| const std::string& name) {
|
| ResourceBundle& rb = ResourceBundle::GetSharedInstance();
|
| int id = -1;
|
| - if (name == content::kBrowserMojoApplicationName) {
|
| + if (name == content::kBrowserServiceName) {
|
| id = IDR_BLIMP_CONTENT_BROWSER_MANIFEST_OVERLAY;
|
| }
|
| if (id == -1) {
|
|
|