| Index: services/catalog/instance.cc
|
| diff --git a/services/catalog/instance.cc b/services/catalog/instance.cc
|
| index c22fc6128c5743c77a2e07c1a7806d3d3c4f8dbb..d5ee23fe45171b35ef62a0b61ce26bbbb33cd88d 100644
|
| --- a/services/catalog/instance.cc
|
| +++ b/services/catalog/instance.cc
|
| @@ -63,7 +63,7 @@ void Instance::ResolveMojoName(const std::string& mojo_name,
|
| DCHECK(system_cache_);
|
|
|
| std::string type = shell::GetNameType(mojo_name);
|
| - if (type != shell::kNameType_Mojo && type != shell::kNameType_Exe) {
|
| + if (type != shell::kNameType_Service && type != shell::kNameType_Exe) {
|
| std::unique_ptr<Entry> entry(new Entry(mojo_name));
|
| shell::mojom::ResolveResultPtr result =
|
| shell::mojom::ResolveResult::From(*entry);
|
|
|