Index: trunk/src/chrome/browser/extensions/sandboxed_unpacker.cc |
=================================================================== |
--- trunk/src/chrome/browser/extensions/sandboxed_unpacker.cc (revision 239399) |
+++ trunk/src/chrome/browser/extensions/sandboxed_unpacker.cc (working copy) |
@@ -415,7 +415,7 @@ |
} |
bool SandboxedUnpacker::ValidateSignature() { |
- ScopedStdioHandle file(base::OpenFile(crx_path_, "rb")); |
+ ScopedStdioHandle file(file_util::OpenFile(crx_path_, "rb")); |
if (!file.get()) { |
// Could not open crx file for reading. |