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

Unified Diff: components/autofill/common/autofill_messages.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/common/autofill_messages.h
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h
index 6b91af478bd7f2ec7d96eb50642c22346a7b2a6c..023d8dbbea69c6930d7daa19a72f8f4adb15bc55 100644
--- a/components/autofill/common/autofill_messages.h
+++ b/components/autofill/common/autofill_messages.h
@@ -8,6 +8,7 @@
#include "base/time.h"
#include "components/autofill/common/autocheckout_status.h"
+#include "components/autofill/common/autofill_export.h"
#include "components/autofill/common/form_data.h"
#include "components/autofill/common/form_data_predictions.h"
#include "components/autofill/common/form_field_data.h"
@@ -24,6 +25,9 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
#include "ui/gfx/rect.h"
+#undef IPC_MESSAGE_EXPORT
+#define IPC_MESSAGE_EXPORT AUTOFILL_EXPORT
+
#define IPC_MESSAGE_START AutofillMsgStart
IPC_ENUM_TRAITS(autofill::AutocheckoutStatus)

Powered by Google App Engine
This is Rietveld 408576698