Index: chrome/browser/component_updater/component_unpacker.cc |
diff --git a/chrome/browser/component_updater/component_unpacker.cc b/chrome/browser/component_updater/component_unpacker.cc |
index 789049a29613bf7b7ba96095cc763f9b09ae48ed..ba9f658f12bda215813fbd1972b96dd1d0a1c49d 100644 |
--- a/chrome/browser/component_updater/component_unpacker.cc |
+++ b/chrome/browser/component_updater/component_unpacker.cc |
@@ -122,7 +122,7 @@ ComponentUnpacker::ComponentUnpacker(const std::vector<uint8>& pk_hash, |
} |
// First, validate the CRX header and signature. As of today |
// this is SHA1 with RSA 1024. |
- ScopedStdioHandle file(file_util::OpenFile(path, "rb")); |
+ ScopedStdioHandle file(base::OpenFile(path, "rb")); |
if (!file.get()) { |
error_ = kInvalidFile; |
return; |