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

Unified Diff: components/autofill/browser/autofill_ie_toolbar_import_win.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 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: 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

Powered by Google App Engine
This is Rietveld 408576698