Index: components/autofill/content/common/autofill_messages.h |
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h |
index 567579e757e497cbb75ce168a866b675d249e07e..649e05281a285c22b4c90203967f37136c55ea47 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -22,7 +22,6 @@ |
#include "content/public/common/common_param_traits_macros.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_message_utils.h" |
-#include "third_party/WebKit/public/web/WebFormElement.h" |
#include "ui/gfx/geometry/rect_f.h" |
#include "ui/gfx/ipc/gfx_param_traits.h" |
#include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" |
@@ -103,10 +102,6 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordAndRealm) |
IPC_STRUCT_TRAITS_MEMBER(realm) |
IPC_STRUCT_TRAITS_END() |
-IPC_ENUM_TRAITS_MAX_VALUE( |
- blink::WebFormElement::AutocompleteResult, |
- blink::WebFormElement::AutocompleteResultErrorInvalid) |
- |
// Singly-included section for type definitions. |
#ifndef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_MESSAGES_H_ |
#define COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_MESSAGES_H_ |