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

Unified Diff: Source/core/platform/chromium/PopupContainer.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/core/platform/chromium/PopupContainer.h ('k') | Source/core/platform/chromium/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/PopupContainer.cpp
diff --git a/Source/core/platform/chromium/PopupContainer.cpp b/Source/core/platform/chromium/PopupContainer.cpp
index 9d6e709b17b684e74812785f07cc59c24302a2b8..9ab0c43d5e4c106692e65d5b4aa1cc50c90a1065 100644
--- a/Source/core/platform/chromium/PopupContainer.cpp
+++ b/Source/core/platform/chromium/PopupContainer.cpp
@@ -29,7 +29,7 @@
*/
#include "config.h"
-#include "PopupContainer.h"
+#include "core/platform/chromium/PopupContainer.h"
#include <limits>
#include "Chrome.h"
@@ -37,8 +37,6 @@
#include "Document.h"
#include "Frame.h"
#include "FrameView.h"
-#include "FramelessScrollView.h"
-#include "FramelessScrollViewClient.h"
#include "Page.h"
#include "PlatformGestureEvent.h"
#include "PlatformKeyboardEvent.h"
@@ -46,9 +44,11 @@
#include "PlatformScreen.h"
#include "PlatformTouchEvent.h"
#include "PlatformWheelEvent.h"
-#include "PopupListBox.h"
#include "PopupMenuClient.h"
#include "UserGestureIndicator.h"
+#include "core/platform/chromium/FramelessScrollView.h"
+#include "core/platform/chromium/FramelessScrollViewClient.h"
+#include "core/platform/chromium/PopupListBox.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/IntRect.h"
« no previous file with comments | « Source/core/platform/chromium/PopupContainer.h ('k') | Source/core/platform/chromium/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698