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

Unified Diff: chrome/common/importer/importer_data_types.cc

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Use enum instead of int in mojom where possible Created 4 years, 1 month 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 7a02114c8a5a65137fdd6a4ceeb9cd6f49232d52..ee57b31206d6575eef77df124620c2db72843357 100644
--- a/chrome/common/importer/importer_data_types.cc
+++ b/chrome/common/importer/importer_data_types.cc
@@ -17,12 +17,13 @@ SourceProfile::SourceProfile(const SourceProfile& other) = default;
SourceProfile::~SourceProfile() {
}
-#if defined(OS_WIN)
ImporterIE7PasswordInfo::ImporterIE7PasswordInfo() {
}
+ImporterIE7PasswordInfo::ImporterIE7PasswordInfo(
+ const ImporterIE7PasswordInfo& other) = default;
+
ImporterIE7PasswordInfo::~ImporterIE7PasswordInfo() {
}
-#endif
} // namespace importer

Powered by Google App Engine
This is Rietveld 408576698