Index: components/html_viewer/html_frame.cc |
diff --git a/components/html_viewer/html_frame.cc b/components/html_viewer/html_frame.cc |
index 8050f14564ae23e2145da72566866b8bbded90b3..1ddb99768877a1b0fa760f061800a83a05c210b4 100644 |
--- a/components/html_viewer/html_frame.cc |
+++ b/components/html_viewer/html_frame.cc |
@@ -17,7 +17,6 @@ |
#include "components/html_viewer/ax_provider_impl.h" |
#include "components/html_viewer/blink_basic_type_converters.h" |
#include "components/html_viewer/blink_find_type_converters.h" |
-#include "components/html_viewer/blink_input_events_type_converters.h" |
#include "components/html_viewer/blink_text_input_type_converters.h" |
#include "components/html_viewer/blink_url_request_type_converters.h" |
#include "components/html_viewer/devtools_agent_impl.h" |
@@ -42,6 +41,7 @@ |
#include "mojo/application/public/cpp/connect.h" |
#include "mojo/application/public/interfaces/shell.mojom.h" |
#include "mojo/common/common_type_converters.h" |
+#include "mojo/converters/blink/blink_input_events_type_converters.h" |
#include "mojo/converters/geometry/geometry_type_converters.h" |
#include "third_party/WebKit/public/platform/Platform.h" |
#include "third_party/WebKit/public/platform/WebHTTPHeaderVisitor.h" |