| 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 0c119919dbd605eb9c4297fa2a034e7b28fa4362..f814238037c58d9021ae63c043bfea6c4333ef2a 100644
|
| --- a/chrome/browser/component_updater/component_patcher_operation.cc
|
| +++ b/chrome/browser/component_updater/component_patcher_operation.cc
|
| @@ -150,7 +150,7 @@ ComponentUnpacker::Error DeltaUpdateOpCreate::DoParseArguments(
|
| ComponentUnpacker::Error DeltaUpdateOpCreate::DoRun(ComponentPatcher*,
|
| int* error) {
|
| *error = 0;
|
| - if (!file_util::Move(patch_abs_path_, output_abs_path_))
|
| + if (!base::Move(patch_abs_path_, output_abs_path_))
|
| return ComponentUnpacker::kDeltaOperationFailure;
|
|
|
| return ComponentUnpacker::kNone;
|
|
|