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

Unified Diff: components/update_client/component_unpacker.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
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(
« no previous file with comments | « components/update_client/component_patcher_operation.cc ('k') | components/update_client/component_unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698