| Index: trunk/src/chrome/browser/component_updater/component_unpacker.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/component_updater/component_unpacker.cc (revision 239400)
|
| +++ 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(file_util::OpenFile(path, "rb"));
|
| + ScopedStdioHandle file(base::OpenFile(path, "rb"));
|
| if (!file.get()) {
|
| error_ = kInvalidFile;
|
| return;
|
|
|