| Index: chrome/browser/enumerate_modules_model_win.cc
|
| diff --git a/chrome/browser/enumerate_modules_model_win.cc b/chrome/browser/enumerate_modules_model_win.cc
|
| index 278f7950f7c3a2c653c02a6dc1ed0e06d1bcb70b..20679513e0bdcfad1ba553eaf3d27ee890c6746a 100644
|
| --- a/chrome/browser/enumerate_modules_model_win.cc
|
| +++ b/chrome/browser/enumerate_modules_model_win.cc
|
| @@ -320,7 +320,7 @@ static void GenerateHash(const std::string& input, std::string* output) {
|
|
|
| uint8 hash[4];
|
| crypto::SHA256HashString(input, hash, sizeof(hash));
|
| - *output = StringToLowerASCII(base::HexEncode(hash, sizeof(hash)));
|
| + *output = base::StringToLowerASCII(base::HexEncode(hash, sizeof(hash)));
|
| }
|
|
|
| // -----------------------------------------------------------------------------
|
|
|