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

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

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/installer_state.h
diff --git a/chrome/installer/util/installer_state.h b/chrome/installer/util/installer_state.h
index aa056c13c88186f9f4ff9c74b07431a0dfcd8df6..ccd23b99cb471c370b5e9df4dae5a1e016eeec11 100644
--- a/chrome/installer/util/installer_state.h
+++ b/chrome/installer/util/installer_state.h
@@ -74,6 +74,8 @@ class InstallerState {
// Constructs an initialized but empty instance.
explicit InstallerState(Level level);
+ ~InstallerState();
+
// Initializes this object based on the current operation.
void Initialize(const base::CommandLine& command_line,
const MasterPreferences& prefs,

Powered by Google App Engine
This is Rietveld 408576698