| Index: chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| diff --git a/chrome/browser/component_updater/component_patcher_operation_out_of_process.h b/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| index 88c4c602dd5a4f5d35c3925c5357f8a9c2e1ea8e..5500193755977eef8dd9ce86014157fa0d933552 100644
|
| --- a/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| +++ b/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "components/component_updater/component_patcher_operation.h"
|
| +#include "components/update_client/component_patcher_operation.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -22,7 +22,7 @@ namespace component_updater {
|
| class PatchHost;
|
|
|
| // Implements the DeltaUpdateOpPatch out-of-process patching.
|
| -class ChromeOutOfProcessPatcher : public OutOfProcessPatcher {
|
| +class ChromeOutOfProcessPatcher : public update_client::OutOfProcessPatcher {
|
| public:
|
| ChromeOutOfProcessPatcher();
|
|
|
|
|