diff options
Diffstat (limited to 'components/update_client/component_unpacker.h')
-rw-r--r-- | components/update_client/component_unpacker.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/update_client/component_unpacker.h b/components/update_client/component_unpacker.h index 033fd33..c1c6c9e 100644 --- a/components/update_client/component_unpacker.h +++ b/components/update_client/component_unpacker.h @@ -19,7 +19,7 @@ namespace update_client { -class ComponentInstaller; +class CrxInstaller; class ComponentPatcher; class OutOfProcessPatcher; @@ -99,7 +99,7 @@ class ComponentUnpacker : public base::RefCountedThreadSafe<ComponentUnpacker> { const std::vector<uint8_t>& pk_hash, const base::FilePath& path, const std::string& fingerprint, - const scoped_refptr<ComponentInstaller>& installer, + const scoped_refptr<CrxInstaller>& installer, const scoped_refptr<OutOfProcessPatcher>& oop_patcher, const scoped_refptr<base::SequencedTaskRunner>& task_runner); @@ -148,7 +148,7 @@ class ComponentUnpacker : public base::RefCountedThreadSafe<ComponentUnpacker> { bool is_delta_; std::string fingerprint_; scoped_refptr<ComponentPatcher> patcher_; - scoped_refptr<ComponentInstaller> installer_; + scoped_refptr<CrxInstaller> installer_; Callback callback_; scoped_refptr<OutOfProcessPatcher> oop_patcher_; Error error_; |