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

Unified Diff: chrome/installer/util/installation_state.cc

Issue 1121633002: win: Work on reducing number of style plugin warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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
Index: chrome/installer/util/installation_state.cc
diff --git a/chrome/installer/util/installation_state.cc b/chrome/installer/util/installation_state.cc
index 5bf9e57824b0b2d7f07df9000f0d6a622fe16bbe..a926435daf1adb68031c689877059f4be5ae5de6 100644
--- a/chrome/installer/util/installation_state.cc
+++ b/chrome/installer/util/installation_state.cc
@@ -25,6 +25,9 @@ ProductState::ProductState()
has_usagestats_(false) {
}
+ProductState::~ProductState() {
+}
+
bool ProductState::Initialize(bool system_install,
BrowserDistribution::Type type) {
return Initialize(system_install,

Powered by Google App Engine
This is Rietveld 408576698