Remove base::Hash() usage in fuzzers.
base::Hash() is deprecated and is being replaced by base::FastHash(). The output of base::FastHash() is only fixed within the lifetime of a single process, so if the code depends on the mapping of inputs to hash outputs not changing over time, base::PersistentHash() must be used instead. Bug: 1025358 Change-Id: I88f09613aa5b099517de6079f857fbf0f6d1d50f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954453Reviewed-by:Oliver Chang <ochang@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#738247}
Showing
Please register or sign in to comment