| Index: chrome/browser/extensions/sandboxed_unpacker.cc
|
| diff --git a/chrome/browser/extensions/sandboxed_unpacker.cc b/chrome/browser/extensions/sandboxed_unpacker.cc
|
| index 48c9230fc970418dfca22ace526f4fda3deea84c..34716af03817d4dbd152352351288cdb8676738b 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.
|
|
|