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

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

Issue 1301883002: Revert of base: Remove using:: declaration from version.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 d7018352e91eba10b7b310a73647561f1bf88ac9..c81cc5b5cfe44cba51638fc064dff529e3470982 100644
--- a/chrome/installer/util/fake_installation_state.h
+++ b/chrome/installer/util/fake_installation_state.h
@@ -18,9 +18,7 @@
class FakeInstallationState : public InstallationState {
public:
// Takes ownership of |version|.
- void AddChrome(bool system_install,
- bool multi_install,
- base::Version* version) {
+ void AddChrome(bool system_install, bool multi_install, 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