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

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

Issue 1281313003: base: Remove using:: declaration from version.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 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..d7018352e91eba10b7b310a73647561f1bf88ac9 100644
--- a/chrome/installer/util/fake_installation_state.h
+++ b/chrome/installer/util/fake_installation_state.h
@@ -18,7 +18,9 @@ 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