| Index: components/update_client/component_unpacker.h
|
| diff --git a/components/update_client/component_unpacker.h b/components/update_client/component_unpacker.h
|
| index dead6b61fcccd86c94c1cf0e9668fb05c5c37319..54fc6a9094cd7467e0f4e7beb9389e225e4512b0 100644
|
| --- a/components/update_client/component_unpacker.h
|
| +++ b/components/update_client/component_unpacker.h
|
| @@ -17,13 +17,13 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/sequenced_task_runner.h"
|
| +#include "components/update_client/out_of_process_patcher.h"
|
| #include "components/update_client/update_client_errors.h"
|
|
|
| namespace update_client {
|
|
|
| class CrxInstaller;
|
| class ComponentPatcher;
|
| -class OutOfProcessPatcher;
|
|
|
| // Deserializes the CRX manifest. The top level must be a dictionary.
|
| std::unique_ptr<base::DictionaryValue> ReadManifest(
|
|
|