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

Unified Diff: Source/WebKit/chromium/src/WebPopupMenuImpl.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/WebPopupMenuImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
index 7912003a95fec7bec404016c914f955f2562fc0c..324791d0adbe2f6669b3c136af7cb1ad82ae3c67 100644
--- a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
@@ -32,19 +32,19 @@
#include "WebPopupMenuImpl.h"
#include <skia/ext/platform_canvas.h>
-#include "Cursor.h"
#include "FrameView.h"
-#include "NotImplemented.h"
-#include "PlatformGestureEvent.h"
-#include "PlatformKeyboardEvent.h"
-#include "PlatformMouseEvent.h"
-#include "PlatformWheelEvent.h"
#include "SkiaUtils.h"
#include "WebInputEvent.h"
#include "WebInputEventConversion.h"
#include "WebRange.h"
#include "WebViewClient.h"
#include "WebWidgetClient.h"
+#include "core/platform/Cursor.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/chromium/FramelessScrollView.h"
#include "core/platform/chromium/PopupContainer.h"
#include "core/platform/chromium/PopupMenuChromium.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebPluginScrollbarImpl.cpp ('k') | Source/WebKit/chromium/src/WebScrollbarThemeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698