| Index: chrome/browser/component_updater/component_updater_utils.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_utils.cc b/chrome/browser/component_updater/component_updater_utils.cc
|
| index 199117187f8c355782387a7eb2f9b781eee8513f..051a8e99df31144ed90703f6400bc5ff5914fffc 100644
|
| --- a/chrome/browser/component_updater/component_updater_utils.cc
|
| +++ b/chrome/browser/component_updater/component_updater_utils.cc
|
| @@ -186,7 +186,7 @@ std::string HexStringToID(const std::string& hexstr) {
|
| }
|
|
|
| std::string GetCrxComponentID(const CrxComponent& component) {
|
| - return HexStringToID(StringToLowerASCII(
|
| + return HexStringToID(base::StringToLowerASCII(
|
| base::HexEncode(&component.pk_hash[0], component.pk_hash.size() / 2)));
|
| }
|
|
|
|
|