| Index: chrome/common/extensions/api/webstore/webstore_api_constants.h
|
| diff --git a/chrome/common/extensions/api/webstore/webstore_api_constants.h b/chrome/common/extensions/api/webstore/webstore_api_constants.h
|
| index f42327e993eb7925304babb3034fb0fb4fc8f9de..8a6b4909f98003ae58b091b43bd12bd51e0d7640 100644
|
| --- a/chrome/common/extensions/api/webstore/webstore_api_constants.h
|
| +++ b/chrome/common/extensions/api/webstore/webstore_api_constants.h
|
| @@ -26,7 +26,7 @@ enum InstallStage {
|
| // IMPORTANT: Keep this list in sync with both the definition in
|
| // chrome/common/extensions/api/webstore.json and
|
| // chrome/common/extensions/webstore_install_result.h!
|
| -extern const char* kInstallResultCodes[];
|
| +extern const char* const kInstallResultCodes[];
|
|
|
| extern const char kInstallStageDownloading[];
|
| extern const char kInstallStageInstalling[];
|
|
|