diff options
Diffstat (limited to 'chrome/installer/util/fake_product_state.h')
-rw-r--r-- | chrome/installer/util/fake_product_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/fake_product_state.h b/chrome/installer/util/fake_product_state.h index 24b0cf6..27946b7 100644 --- a/chrome/installer/util/fake_product_state.h +++ b/chrome/installer/util/fake_product_state.h @@ -14,7 +14,7 @@ namespace installer { class FakeProductState : public ProductState { public: // Takes ownership of |version|. - void set_version(base::Version* version) { version_.reset(version); } + void set_version(Version* version) { version_.reset(version); } void set_multi_install(bool multi) { multi_install_ = multi; } void set_brand(const std::wstring& brand) { brand_ = brand; } void set_usagestats(DWORD usagestats) { |