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

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

Issue 25883006: Support asynchronous patching operations in the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: New LKGR, Windows fixes. Created 7 years, 2 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_win.h
diff --git a/chrome/browser/component_updater/component_patcher_win.h b/chrome/browser/component_updater/component_patcher_win.h
index d87ba5489f594c78cbd1b11838dbb86fb7ae66da..375b1270d9945a4e8d8249f7d0134f0a7a721b59 100644
--- a/chrome/browser/component_updater/component_patcher_win.h
+++ b/chrome/browser/component_updater/component_patcher_win.h
@@ -12,7 +12,7 @@
class ComponentPatcherWin : public ComponentPatcher {
public:
ComponentPatcherWin() {}
- virtual ComponentUnpacker::Error Patch(PatchType patch_type,
+ virtual component_updater::Error Patch(PatchType patch_type,
const base::FilePath& input_file,
const base::FilePath& patch_file,
const base::FilePath& output_file,

Powered by Google App Engine
This is Rietveld 408576698