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

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

Issue 14483003: Absolutify paths to platform/chromium, platform/chromium/support, (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/WebKit/chromium/src/WebPopupMenuImpl.h ('k') | Source/WebKit/chromium/src/WebUserMediaRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
index c6e56356dcea3ca780175a07878700ed34018433..7912003a95fec7bec404016c914f955f2562fc0c 100644
--- a/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPopupMenuImpl.cpp
@@ -34,20 +34,20 @@
#include <skia/ext/platform_canvas.h>
#include "Cursor.h"
#include "FrameView.h"
-#include "FramelessScrollView.h"
#include "NotImplemented.h"
#include "PlatformGestureEvent.h"
#include "PlatformKeyboardEvent.h"
#include "PlatformMouseEvent.h"
#include "PlatformWheelEvent.h"
-#include "PopupContainer.h"
-#include "PopupMenuChromium.h"
#include "SkiaUtils.h"
#include "WebInputEvent.h"
#include "WebInputEventConversion.h"
#include "WebRange.h"
#include "WebViewClient.h"
#include "WebWidgetClient.h"
+#include "core/platform/chromium/FramelessScrollView.h"
+#include "core/platform/chromium/PopupContainer.h"
+#include "core/platform/chromium/PopupMenuChromium.h"
#include "core/platform/graphics/IntRect.h"
#include "painting/GraphicsContextBuilder.h"
#include <public/WebRect.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebPopupMenuImpl.h ('k') | Source/WebKit/chromium/src/WebUserMediaRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698