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

Unified Diff: chrome/browser/component_updater/component_patcher_operation_out_of_process.h

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: chrome/browser/component_updater/component_patcher_operation_out_of_process.h
diff --git a/chrome/browser/component_updater/component_patcher_operation_out_of_process.h b/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
index 88c4c602dd5a4f5d35c3925c5357f8a9c2e1ea8e..5500193755977eef8dd9ce86014157fa0d933552 100644
--- a/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
+++ b/chrome/browser/component_updater/component_patcher_operation_out_of_process.h
@@ -10,7 +10,7 @@
#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "components/component_updater/component_patcher_operation.h"
+#include "components/update_client/component_patcher_operation.h"
namespace base {
class FilePath;
@@ -22,7 +22,7 @@ namespace component_updater {
class PatchHost;
// Implements the DeltaUpdateOpPatch out-of-process patching.
-class ChromeOutOfProcessPatcher : public OutOfProcessPatcher {
+class ChromeOutOfProcessPatcher : public update_client::OutOfProcessPatcher {
public:
ChromeOutOfProcessPatcher();

Powered by Google App Engine
This is Rietveld 408576698