Index: trunk/src/chrome/browser/component_updater/component_unpacker.cc |
=================================================================== |
--- trunk/src/chrome/browser/component_updater/component_unpacker.cc (revision 239399) |
+++ trunk/src/chrome/browser/component_updater/component_unpacker.cc (working copy) |
@@ -122,7 +122,7 @@ |
} |
// First, validate the CRX header and signature. As of today |
// this is SHA1 with RSA 1024. |
- ScopedStdioHandle file(base::OpenFile(path, "rb")); |
+ ScopedStdioHandle file(file_util::OpenFile(path, "rb")); |
if (!file.get()) { |
error_ = kInvalidFile; |
return; |