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 24b0cf60341d3f0861288fe78dc18101b81d24ac..27946b744bc388e1c7dd251b811227e2ff7865c8 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) { |