Index: extensions/browser/sandboxed_unpacker.cc |
diff --git a/extensions/browser/sandboxed_unpacker.cc b/extensions/browser/sandboxed_unpacker.cc |
index 5af7af4c3289db5a1d92321b489f44752728f184..7b27e857508ada1a2eaa13630ba59245f5ecae61 100644 |
--- a/extensions/browser/sandboxed_unpacker.cc |
+++ b/extensions/browser/sandboxed_unpacker.cc |
@@ -219,7 +219,7 @@ SandboxedUnpacker::SandboxedUnpacker( |
const scoped_refptr<base::SequencedTaskRunner>& unpacker_io_task_runner, |
SandboxedUnpackerClient* client) |
: crx_path_(file.path), |
- package_hash_(base::StringToLowerASCII(file.expected_hash)), |
+ package_hash_(base::ToLowerASCII(file.expected_hash)), |
check_crx_hash_(false), |
client_(client), |
extensions_dir_(extensions_dir), |