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

Unified Diff: net/base/hash_value.h

Issue 1158923005: Use the exact-width integer types defined in <stdint.h> rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak comments. Exclude mime_sniffer*. Rebase. Created 5 years, 7 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: net/base/hash_value.h
diff --git a/net/base/hash_value.h b/net/base/hash_value.h
index aa0b9f6e9f80adbce7de9d58e8a79eb5dc667c5a..d45afcaa605de1f6100dbd84b8469fb000582873 100644
--- a/net/base/hash_value.h
+++ b/net/base/hash_value.h
@@ -117,7 +117,7 @@ class HashValuesEqual {
// IsSHA1HashInSortedArray returns true iff |hash| is in |array|, a sorted
// array of SHA1 hashes.
bool IsSHA1HashInSortedArray(const SHA1HashValue& hash,
- const uint8* array,
+ const uint8_t* array,
size_t array_byte_len);
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698