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

Unified Diff: Source/WebKit/chromium/tests/PopupMenuTest.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/tests/PopupMenuTest.cpp
diff --git a/Source/WebKit/chromium/tests/PopupMenuTest.cpp b/Source/WebKit/chromium/tests/PopupMenuTest.cpp
index 16f9c7f4d9f3ba92e3b4a7dc77c48de7e52a2436..c6a280ffbd8576c93732c459759e4c7b3be608b1 100644
--- a/Source/WebKit/chromium/tests/PopupMenuTest.cpp
+++ b/Source/WebKit/chromium/tests/PopupMenuTest.cpp
@@ -35,9 +35,6 @@
#include "EventHandler.h"
#include "FrameView.h"
#include "HTMLSelectElement.h"
-#include "PlatformMouseEvent.h"
-#include "PopupMenu.h"
-#include "PopupMenuClient.h"
#include "RuntimeEnabledFeatures.h"
#include "URLTestHelpers.h"
#include "WebDocument.h"
@@ -52,6 +49,9 @@
#include "WebView.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
+#include "core/platform/PlatformMouseEvent.h"
+#include "core/platform/PopupMenu.h"
+#include "core/platform/PopupMenuClient.h"
#include "core/platform/chromium/KeyboardCodes.h"
#include "core/platform/chromium/PopupContainer.h"
#include "core/platform/chromium/PopupMenuChromium.h"
« no previous file with comments | « Source/WebKit/chromium/tests/PODRedBlackTreeTest.cpp ('k') | Source/WebKit/chromium/tests/ScrollAnimatorNoneTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698