Index: Source/WebKit/chromium/src/WebViewImpl.cpp |
diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp |
index 95c4755842ce6542d89cb2ea72057b67df6820d5..26b8fff86a6a88d225649848d8be14f841f5f719 100644 |
--- a/Source/WebKit/chromium/src/WebViewImpl.cpp |
+++ b/Source/WebKit/chromium/src/WebViewImpl.cpp |
@@ -39,15 +39,11 @@ |
#include "Chrome.h" |
#include "CompositionUnderlineVectorBuilder.h" |
#include "ContextFeaturesClientImpl.h" |
-#include "ContextMenu.h" |
#include "ContextMenuController.h" |
-#include "ContextMenuItem.h" |
-#include "Cursor.h" |
#include "DeviceOrientationClientProxy.h" |
#include "Document.h" |
#include "DocumentLoader.h" |
#include "DragController.h" |
-#include "DragData.h" |
#include "DragSession.h" |
#include "Editor.h" |
#include "EventHandler.h" |
@@ -68,27 +64,19 @@ |
#include "InspectorInstrumentation.h" |
#include "KeyboardEvent.h" |
#include "LinkHighlight.h" |
-#include "MIMETypeRegistry.h" |
#include "NodeRenderStyle.h" |
#include "NonCompositedContentHost.h" |
-#include "NotImplemented.h" |
#include "Page.h" |
#include "PageGroup.h" |
#include "PageGroupLoadDeferrer.h" |
#include "PagePopupClient.h" |
#include "PageWidgetDelegate.h" |
#include "PlatformContextSkia.h" |
-#include "PlatformGestureEvent.h" |
-#include "PlatformKeyboardEvent.h" |
-#include "PlatformMouseEvent.h" |
-#include "PlatformWheelEvent.h" |
#include "PointerLockController.h" |
-#include "PopupMenuClient.h" |
#include "PrerendererClientImpl.h" |
#include "RenderLayerCompositor.h" |
#include "RenderView.h" |
#include "RenderWidget.h" |
-#include "SchemeRegistry.h" |
#include "SecurityOrigin.h" |
#include "SecurityPolicy.h" |
#include "Settings.h" |
@@ -98,7 +86,6 @@ |
#include "Text.h" |
#include "TextFieldDecoratorImpl.h" |
#include "TextIterator.h" |
-#include "Timer.h" |
#include "TouchDisambiguation.h" |
#include "ValidationMessageClientImpl.h" |
#include "ViewportAnchor.h" |
@@ -128,6 +115,19 @@ |
#include "WheelEvent.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/loader/UniqueIdentifier.h" |
+#include "core/platform/ContextMenu.h" |
+#include "core/platform/ContextMenuItem.h" |
+#include "core/platform/Cursor.h" |
+#include "core/platform/DragData.h" |
+#include "core/platform/MIMETypeRegistry.h" |
+#include "core/platform/NotImplemented.h" |
+#include "core/platform/PlatformGestureEvent.h" |
+#include "core/platform/PlatformKeyboardEvent.h" |
+#include "core/platform/PlatformMouseEvent.h" |
+#include "core/platform/PlatformWheelEvent.h" |
+#include "core/platform/PopupMenuClient.h" |
+#include "core/platform/SchemeRegistry.h" |
+#include "core/platform/Timer.h" |
#include "core/platform/chromium/KeyboardCodes.h" |
#include "core/platform/chromium/PopupContainer.h" |
#include "core/platform/chromium/TraceEvent.h" |