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

Unified Diff: Source/WebKit/chromium/tests/PopupMenuTest.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/tests/PopupContainerTest.cpp ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/PopupMenuTest.cpp
diff --git a/Source/WebKit/chromium/tests/PopupMenuTest.cpp b/Source/WebKit/chromium/tests/PopupMenuTest.cpp
index 1ca46ad0710690bf2a12a1f03de28db016835def..16f9c7f4d9f3ba92e3b4a7dc77c48de7e52a2436 100644
--- a/Source/WebKit/chromium/tests/PopupMenuTest.cpp
+++ b/Source/WebKit/chromium/tests/PopupMenuTest.cpp
@@ -35,11 +35,8 @@
#include "EventHandler.h"
#include "FrameView.h"
#include "HTMLSelectElement.h"
-#include "KeyboardCodes.h"
#include "PlatformMouseEvent.h"
-#include "PopupContainer.h"
#include "PopupMenu.h"
-#include "PopupMenuChromium.h"
#include "PopupMenuClient.h"
#include "RuntimeEnabledFeatures.h"
#include "URLTestHelpers.h"
@@ -55,6 +52,9 @@
#include "WebView.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
+#include "core/platform/chromium/KeyboardCodes.h"
+#include "core/platform/chromium/PopupContainer.h"
+#include "core/platform/chromium/PopupMenuChromium.h"
#include "core/platform/graphics/Color.h"
#include "v8.h"
#include <public/Platform.h>
« no previous file with comments | « Source/WebKit/chromium/tests/PopupContainerTest.cpp ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698