| 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,
|
|
|