Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Unified Diff: chrome/installer/util/fake_installation_state.h

Issue 2258243002: Consistently use namespaced base::Version in chrome/installer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/browser_distribution.cc ('k') | chrome/installer/util/fake_product_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/fake_installation_state.h
diff --git a/chrome/installer/util/fake_installation_state.h b/chrome/installer/util/fake_installation_state.h
index c81cc5b5cfe44cba51638fc064dff529e3470982..7c5858776f2ee6d4ff024ec3e5964329c1c37012 100644
--- a/chrome/installer/util/fake_installation_state.h
+++ b/chrome/installer/util/fake_installation_state.h
@@ -18,7 +18,8 @@ namespace installer {
class FakeInstallationState : public InstallationState {
public:
// Takes ownership of |version|.
- void AddChrome(bool system_install, bool multi_install, Version* version) {
+ void AddChrome(bool system_install, bool multi_install,
+ base::Version* version) {
FakeProductState chrome_state;
chrome_state.set_version(version);
chrome_state.set_multi_install(multi_install);
« no previous file with comments | « chrome/installer/util/browser_distribution.cc ('k') | chrome/installer/util/fake_product_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698