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

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

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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.h
diff --git a/chrome/common/importer/importer_data_types.h b/chrome/common/importer/importer_data_types.h
index 73926fd10cb20c085c6638eb269f1a813d186303..be8163f0ada81c484c64364961d65bf51ff67ec6 100644
--- a/chrome/common/importer/importer_data_types.h
+++ b/chrome/common/importer/importer_data_types.h
@@ -37,6 +37,7 @@ enum ImportItem {
// Information about a profile needed by an importer to do import work.
struct SourceProfile {
SourceProfile();
+ SourceProfile(const SourceProfile& other);
~SourceProfile();
base::string16 importer_name;

Powered by Google App Engine
This is Rietveld 408576698