| 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 392b13d504a173df5a6b702950182a96e7d1f4a9..cc79d711c8dbfda02f42614fd659ecae7d0169ec 100644
|
| --- a/chrome/common/importer/importer_data_types.cc
|
| +++ b/chrome/common/importer/importer_data_types.cc
|
| @@ -14,4 +14,12 @@ SourceProfile::SourceProfile()
|
| SourceProfile::~SourceProfile() {
|
| }
|
|
|
| +#if defined(OS_WIN)
|
| +ImporterIE7PasswordInfo::ImporterIE7PasswordInfo() {
|
| +}
|
| +
|
| +ImporterIE7PasswordInfo::~ImporterIE7PasswordInfo() {
|
| +}
|
| +#endif
|
| +
|
| } // namespace importer
|
|
|