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

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

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Merge Created 4 years 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/common/importer/importer_data_types.h ('k') | chrome/common/importer/profile_import.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..25e4444dd05d884514dbdbeb4d77016ba68dd2bc 100644
--- a/chrome/common/importer/importer_data_types.cc
+++ b/chrome/common/importer/importer_data_types.cc
@@ -17,12 +17,16 @@ SourceProfile::SourceProfile(const SourceProfile& other) = default;
SourceProfile::~SourceProfile() {
}
-#if defined(OS_WIN)
ImporterIE7PasswordInfo::ImporterIE7PasswordInfo() {
}
+ImporterIE7PasswordInfo::ImporterIE7PasswordInfo(
+ const ImporterIE7PasswordInfo& other) = default;
+
ImporterIE7PasswordInfo::~ImporterIE7PasswordInfo() {
}
-#endif
+
+ImporterIE7PasswordInfo& ImporterIE7PasswordInfo::operator=(
+ const ImporterIE7PasswordInfo& other) = default;
} // namespace importer
« no previous file with comments | « chrome/common/importer/importer_data_types.h ('k') | chrome/common/importer/profile_import.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698