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

Unified Diff: components/autofill/core/common/autofill_message_generator.cc

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Nits Created 7 years, 3 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/core/common/autofill_message_generator.cc
diff --git a/components/autofill/core/common/autofill_message_generator.cc b/components/autofill/core/common/autofill_message_generator.cc
index 48988146ab4f7b715242d0116a20ced8b860b608..30648fbeb33190aa7793b288f6b15c31c1bc029a 100644
--- a/components/autofill/core/common/autofill_message_generator.cc
+++ b/components/autofill/core/common/autofill_message_generator.cc
@@ -17,17 +17,20 @@
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
-#include "components/autofill/core/common/autofill_message_generator.h"
+#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
+#include "components/autofill/core/common/autofill_param_traits_macros.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
-#include "components/autofill/core/common/autofill_message_generator.h"
+#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
+#include "components/autofill/core/common/autofill_param_traits_macros.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
-#include "components/autofill/core/common/autofill_message_generator.h"
+#undef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
+#include "components/autofill/core/common/autofill_param_traits_macros.h"
} // namespace IPC

Powered by Google App Engine
This is Rietveld 408576698