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

Unified Diff: Source/WebKit/chromium/tests/PopupMenuTest.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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 72d57eb07a751511d5994f7a890ccdd0d24f7b05..3f541a5d2b46faf6f9729798f178a020d233c6bb 100644
--- a/Source/WebKit/chromium/tests/PopupMenuTest.cpp
+++ b/Source/WebKit/chromium/tests/PopupMenuTest.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include <gtest/gtest.h>
-#include "Element.h"
#include "HTMLSelectElement.h"
#include "URLTestHelpers.h"
#include "WebDocument.h"
@@ -46,6 +45,7 @@
#include "WebView.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
+#include "core/dom/Element.h"
#include "core/page/EventHandler.h"
#include "core/page/FrameView.h"
#include "core/page/RuntimeEnabledFeatures.h"
« no previous file with comments | « Source/WebKit/chromium/tests/LinkHighlightTest.cpp ('k') | Source/WebKit/chromium/tests/RenderLayerBackingTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698