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

Unified Diff: chrome/common/importer/importer_data_types.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/common/importer/importer_data_types.cc
diff --git a/chrome/common/importer/importer_data_types.cc b/chrome/common/importer/importer_data_types.cc
index 392b13d504a173df5a6b702950182a96e7d1f4a9..cc79d711c8dbfda02f42614fd659ecae7d0169ec 100644
--- a/chrome/common/importer/importer_data_types.cc
+++ b/chrome/common/importer/importer_data_types.cc
@@ -14,4 +14,12 @@ SourceProfile::SourceProfile()
SourceProfile::~SourceProfile() {
}
+#if defined(OS_WIN)
+ImporterIE7PasswordInfo::ImporterIE7PasswordInfo() {
+}
+
+ImporterIE7PasswordInfo::~ImporterIE7PasswordInfo() {
+}
+#endif
+
} // namespace importer

Powered by Google App Engine
This is Rietveld 408576698