summaryrefslogtreecommitdiffstats
path: root/components/update_client/component_patcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/update_client/component_patcher.cc')
-rw-r--r--components/update_client/component_patcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/update_client/component_patcher.cc b/components/update_client/component_patcher.cc
index 29ce774..0525882 100644
--- a/components/update_client/component_patcher.cc
+++ b/components/update_client/component_patcher.cc
@@ -43,7 +43,7 @@ base::ListValue* ReadCommands(const base::FilePath& unpack_path) {
ComponentPatcher::ComponentPatcher(
const base::FilePath& input_dir,
const base::FilePath& unpack_dir,
- scoped_refptr<ComponentInstaller> installer,
+ scoped_refptr<CrxInstaller> installer,
scoped_refptr<OutOfProcessPatcher> out_of_process_patcher,
scoped_refptr<base::SequencedTaskRunner> task_runner)
: input_dir_(input_dir),