| Index: components/update_client/component_patcher_operation.h
|
| diff --git a/components/component_updater/component_patcher_operation.h b/components/update_client/component_patcher_operation.h
|
| similarity index 94%
|
| rename from components/component_updater/component_patcher_operation.h
|
| rename to components/update_client/component_patcher_operation.h
|
| index 2bf1ab6bbf424b9b98b1dba67273d638c3dedd43..8f31c04309cb9d6c414adff2138cd01063c2ac54 100644
|
| --- a/components/component_updater/component_patcher_operation.h
|
| +++ b/components/update_client/component_patcher_operation.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_
|
| -#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_
|
| +#ifndef COMPONENTS_UPDATE_CLIENT_COMPONENT_PATCHER_OPERATION_H_
|
| +#define COMPONENTS_UPDATE_CLIENT_COMPONENT_PATCHER_OPERATION_H_
|
|
|
| #include <string>
|
|
|
| @@ -12,13 +12,13 @@
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "components/component_updater/component_unpacker.h"
|
| +#include "components/update_client/component_unpacker.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| } // namespace base
|
|
|
| -namespace component_updater {
|
| +namespace update_client {
|
|
|
| extern const char kOp[];
|
| extern const char kBsdiff[];
|
| @@ -179,6 +179,6 @@ DeltaUpdateOp* CreateDeltaUpdateOp(
|
| const std::string& operation,
|
| scoped_refptr<OutOfProcessPatcher> out_of_process_patcher);
|
|
|
| -} // namespace component_updater
|
| +} // namespace update_client
|
|
|
| -#endif // COMPONENTS_COMPONENT_UPDATER_COMPONENT_PATCHER_OPERATION_H_
|
| +#endif // COMPONENTS_UPDATE_CLIENT_COMPONENT_PATCHER_OPERATION_H_
|
|
|