diff options
Diffstat (limited to 'chrome/browser/extensions/sandboxed_unpacker.cc')
-rw-r--r-- | chrome/browser/extensions/sandboxed_unpacker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc index 48c9230..34716af 100644 --- a/chrome/browser/extensions/sandboxed_unpacker.cc +++ b/chrome/browser/extensions/sandboxed_unpacker.cc @@ -415,7 +415,7 @@ void SandboxedUnpacker::OnUnpackExtensionFailed(const string16& error) { } bool SandboxedUnpacker::ValidateSignature() { - ScopedStdioHandle file(file_util::OpenFile(crx_path_, "rb")); + ScopedStdioHandle file(base::OpenFile(crx_path_, "rb")); if (!file.get()) { // Could not open crx file for reading. |