| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index 4bf94c940e455eeb60ad8e183d66865408edf125..587299fb1f68491173956525498feafc70ae615d 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -111,7 +111,7 @@ extern const char kWebStoreAppId[];
|
|
|
| // The key used for signing some pieces of data from the webstore.
|
| extern const uint8_t kWebstoreSignaturesPublicKey[];
|
| -extern const int kWebstoreSignaturesPublicKeySize;
|
| +extern const size_t kWebstoreSignaturesPublicKeySize;
|
|
|
| // Enumeration of possible app launch sources.
|
| // This should be kept in sync with LaunchSource in
|
|
|