Index: chrome/installer/util/fake_product_state.h |
diff --git a/chrome/installer/util/fake_product_state.h b/chrome/installer/util/fake_product_state.h |
index 8b6e866fb3c0b9eda4d9b593a7afc22789e674ff..c1819165edb18fc60c3bb199413bc1ba42af3d47 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(Version* version) { version_.reset(version); } |
+ void set_version(base::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) { |