| Index: chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/app_launch_info.cc b/chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| index 69748693d220e27b0602bdcbcd91d2983864f52d..7fab5b31d73a7d6617c84213b99f07188b6ba618 100644
|
| --- a/chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/app_launch_info.cc
|
| @@ -306,7 +306,7 @@ bool AppLaunchManifestHandler::AlwaysParseForType(Manifest::Type type) const {
|
| }
|
|
|
| const std::vector<std::string> AppLaunchManifestHandler::Keys() const {
|
| - static const char* keys[] = {
|
| + static const char* const keys[] = {
|
| keys::kLaunchLocalPath,
|
| keys::kLaunchWebURL,
|
| keys::kLaunchContainer,
|
|
|