Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: components/update_client/component.h

Issue 2873513002: Fix dependencies on OutOfProcessPatcher. (Closed)
Patch Set: base namespace fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/update_client/BUILD.gn ('k') | components/update_client/component.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/update_client/BUILD.gn ('k') | components/update_client/component.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698