| Index: components/autofill/browser/autofill_ie_toolbar_import_win.h
|
| diff --git a/components/autofill/browser/autofill_ie_toolbar_import_win.h b/components/autofill/browser/autofill_ie_toolbar_import_win.h
|
| index 3c2579cf4b6a8431a9b6aacb380ed735086bd3f2..ef6b8dff9fe14f61b5d6eae35bfeedd1cb60d5a9 100644
|
| --- a/components/autofill/browser/autofill_ie_toolbar_import_win.h
|
| +++ b/components/autofill/browser/autofill_ie_toolbar_import_win.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_IE_TOOLBAR_IMPORT_WIN_H_
|
| #define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_IE_TOOLBAR_IMPORT_WIN_H_
|
|
|
| +#include "components/autofill/common/autofill_export.h"
|
| +
|
| namespace autofill {
|
|
|
| // This importer is here and not in chrome/browser/importer/toolbar_importer.cc
|
| @@ -17,7 +19,7 @@ namespace autofill {
|
| // 4. This is completely automated as opposed to Importers, which are explicit.
|
| class PersonalDataManager;
|
|
|
| -bool ImportAutofillDataWin(PersonalDataManager* pdm);
|
| +bool AUTOFILL_EXPORT ImportAutofillDataWin(PersonalDataManager* pdm);
|
|
|
| } // namespace autofill
|
|
|
|
|