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

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

Issue 2352533003: [Autofill] Migrate ChromePasswordManagerClient<-->PasswordGenerationAgent IPCs to mojo. (Closed)
Patch Set: Rebase only Created 4 years, 2 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/content/common/autofill_message_generator.cc
diff --git a/components/autofill/content/common/autofill_message_generator.cc b/components/autofill/content/common/autofill_message_generator.cc
index 4bc61d1689f343625f46eddc8f5e339a18c9dfc8..10fe932c2b249e8c3732c23556c185e7db90c816 100644
--- a/components/autofill/content/common/autofill_message_generator.cc
+++ b/components/autofill/content/common/autofill_message_generator.cc
@@ -4,21 +4,20 @@
// Get basic type definitions.
#define IPC_MESSAGE_IMPL
-#include "components/autofill/content/common/autofill_message_generator.h"
+#include "components/autofill/content/common/autofill_param_traits_macros.h"
// Generate constructors.
#include "ipc/struct_constructor_macros.h"
-#include "components/autofill/content/common/autofill_message_generator.h"
+#include "components/autofill/content/common/autofill_param_traits_macros.h"
// Generate destructors.
#include "ipc/struct_destructor_macros.h"
-#include "components/autofill/content/common/autofill_message_generator.h"
+#include "components/autofill/content/common/autofill_param_traits_macros.h"
// Generate param traits size methods.
#include "ipc/param_traits_size_macros.h"
namespace IPC {
#undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
-#include "components/autofill/content/common/autofill_message_generator.h"
#include "components/autofill/content/common/autofill_param_traits_macros.h"
} // namespace IPC
@@ -26,7 +25,6 @@ namespace IPC {
#include "ipc/param_traits_write_macros.h"
namespace IPC {
#undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
-#include "components/autofill/content/common/autofill_message_generator.h"
#include "components/autofill/content/common/autofill_param_traits_macros.h"
} // namespace IPC
@@ -34,7 +32,6 @@ namespace IPC {
#include "ipc/param_traits_read_macros.h"
namespace IPC {
#undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
-#include "components/autofill/content/common/autofill_message_generator.h"
#include "components/autofill/content/common/autofill_param_traits_macros.h"
} // namespace IPC
@@ -42,6 +39,5 @@ namespace IPC {
#include "ipc/param_traits_log_macros.h"
namespace IPC {
#undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
-#include "components/autofill/content/common/autofill_message_generator.h"
#include "components/autofill/content/common/autofill_param_traits_macros.h"
} // namespace IPC

Powered by Google App Engine
This is Rietveld 408576698