| 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;
|
|
|