| Index: net/disk_cache/simple/simple_util.cc
|
| diff --git a/net/disk_cache/simple/simple_util.cc b/net/disk_cache/simple/simple_util.cc
|
| index 72a4612271f50f6d790e687bb5ae8abe9e013a6f..e9ec067635ada57f24956ca1f501a893e6db2fb5 100644
|
| --- a/net/disk_cache/simple/simple_util.cc
|
| +++ b/net/disk_cache/simple/simple_util.cc
|
| @@ -40,7 +40,7 @@ std::string GetEntryHashKeyAsHexString(const std::string& key) {
|
| return hash_key_str;
|
| }
|
|
|
| -bool GetEntryHashKeyFromHexString(const std::string& hash_key,
|
| +bool GetEntryHashKeyFromHexString(const base::StringPiece& hash_key,
|
| uint64* hash_key_out) {
|
| if (hash_key.size() != kEntryHashKeyAsHexStringSize) {
|
| return false;
|
|
|