Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: extensions/common/constants.h

Issue 2768033002: Use size_t in crypto::SignatureVerifier. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698