| Index: chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| index bd540efb4ea02b317f66e18ed4a1c3a23bb53440..765969febc97934345093942c7173055d47a8bb7 100644
|
| --- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| +++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| @@ -145,8 +145,8 @@ NSString* EscapeForStringsFileValue(NSString* str) {
|
| }
|
|
|
| // The valid types for the -t arg
|
| -const char* kAppType_Main = "main"; // Main app
|
| -const char* kAppType_Helper = "helper"; // Helper app
|
| +const char kAppType_Main[] = "main"; // Main app
|
| +const char kAppType_Helper[] = "helper"; // Helper app
|
|
|
| } // namespace
|
|
|
|
|