| Index: chrome/browser/importer/importer_data_types.h
|
| diff --git a/chrome/browser/importer/importer_data_types.h b/chrome/browser/importer/importer_data_types.h
|
| index e4af8fb3e7b509f84da2fc9db30e11ba5a12dc64..f937d40f6cc62cbbd97b10639b91d50f8856ac96 100644
|
| --- a/chrome/browser/importer/importer_data_types.h
|
| +++ b/chrome/browser/importer/importer_data_types.h
|
| @@ -46,6 +46,9 @@ enum ProfileType {
|
|
|
| // Information about a profile needed by an importer to do import work.
|
| struct ProfileInfo {
|
| + ProfileInfo();
|
| + ~ProfileInfo();
|
| +
|
| std::wstring description;
|
| importer::ProfileType browser_type;
|
| FilePath source_path;
|
|
|