| Index: components/update_client/component.h
|
| diff --git a/components/update_client/component.h b/components/update_client/component.h
|
| index 758550d10a83271345dbf6d6184e84ce5e0c0de9..99ce74b6a879d5e6e0425fc7274e8f654d198e90 100644
|
| --- a/components/update_client/component.h
|
| +++ b/components/update_client/component.h
|
| @@ -19,7 +19,6 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time/time.h"
|
| #include "base/version.h"
|
| -#include "components/update_client/component_unpacker.h"
|
| #include "components/update_client/crx_downloader.h"
|
| #include "components/update_client/update_client.h"
|
| #include "components/update_client/update_response.h"
|
| @@ -32,6 +31,7 @@ class SingleThreadTaskRunner;
|
| namespace update_client {
|
|
|
| struct CrxUpdateItem;
|
| +class ComponentUnpacker;
|
| struct UpdateContext;
|
|
|
| // Describes a CRX component managed by the UpdateEngine. Each |Component| is
|
|
|