| Index: services/shell/public/cpp/lib/names.cc
|
| diff --git a/services/shell/public/cpp/lib/names.cc b/services/shell/public/cpp/lib/names.cc
|
| index 49122223e82f9e872cb97c9e2e317218f4b3a38c..3312db713e608d77f88408a70389314086f014c4 100644
|
| --- a/services/shell/public/cpp/lib/names.cc
|
| +++ b/services/shell/public/cpp/lib/names.cc
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace shell {
|
|
|
| -const char kNameType_Mojo[] = "mojo";
|
| +const char kNameType_Service[] = "service";
|
| const char kNameType_Exe[] = "exe";
|
|
|
| bool IsValidName(const std::string& name) {
|
|
|