| Index: chrome/browser/component_updater/component_patcher_operation.cc
|
| diff --git a/chrome/browser/component_updater/component_patcher_operation.cc b/chrome/browser/component_updater/component_patcher_operation.cc
|
| index f814238037c58d9021ae63c043bfea6c4333ef2a..ba849189f817b3489a04a15b61cd3f0315ec3075 100644
|
| --- a/chrome/browser/component_updater/component_patcher_operation.cc
|
| +++ b/chrome/browser/component_updater/component_patcher_operation.cc
|
| @@ -125,7 +125,7 @@ ComponentUnpacker::Error DeltaUpdateOpCopy::DoParseArguments(
|
| ComponentUnpacker::Error DeltaUpdateOpCopy::DoRun(ComponentPatcher*,
|
| int* error) {
|
| *error = 0;
|
| - if (!file_util::CopyFile(input_abs_path_, output_abs_path_))
|
| + if (!base::CopyFile(input_abs_path_, output_abs_path_))
|
| return ComponentUnpacker::kDeltaOperationFailure;
|
|
|
| return ComponentUnpacker::kNone;
|
|
|