Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index e2563378a5f9394d027d180a71e1589c24e14425..ca68266a6c954119b791839787600f74edf53f44 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -9,7 +9,6 @@ |
#include "base/strings/string16.h" |
#include "content/common/content_export.h" |
#include "content/common/content_param_traits.h" |
-#include "content/common/edit_command.h" |
#include "content/common/input/input_event.h" |
#include "content/common/input/input_param_traits.h" |
#include "content/common/input/synthetic_gesture_packet.h" |
@@ -17,9 +16,10 @@ |
#include "content/common/input/synthetic_pinch_gesture_params.h" |
#include "content/common/input/synthetic_smooth_scroll_gesture_params.h" |
#include "content/common/input/synthetic_tap_gesture_params.h" |
+#include "content/common/input/touch_action.h" |
#include "content/port/common/input_event_ack_state.h" |
#include "content/public/common/common_param_traits.h" |
-#include "content/common/input/touch_action.h" |
+#include "content/public/common/edit_command.h" |
#include "ipc/ipc_message_macros.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
#include "ui/events/latency_info.h" |