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

Unified Diff: Source/WebKit/chromium/src/WebViewImpl.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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: 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"

Powered by Google App Engine
This is Rietveld 408576698