| Index: services/catalog/store.cc
|
| diff --git a/services/catalog/store.cc b/services/catalog/store.cc
|
| index 9d1cd452be88d925e4d237156f151ccf54f9fabb..1dba01ee98f41377d7b6586ecf3b132d92f71472 100644
|
| --- a/services/catalog/store.cc
|
| +++ b/services/catalog/store.cc
|
| @@ -25,6 +25,6 @@ const char Store::kCapabilities_ClassesKey[] = "classes";
|
| // static
|
| const char Store::kCapabilities_InterfacesKey[] = "interfaces";
|
| // static
|
| -const char Store::kApplicationsKey[] = "applications";
|
| +const char Store::kServicesKey[] = "services";
|
|
|
| } // namespace catalog
|
|
|