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

Unified Diff: Source/WebKit/chromium/tests/LinkHighlightTest.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
« no previous file with comments | « Source/WebKit/chromium/tests/KeyboardTest.cpp ('k') | Source/WebKit/chromium/tests/PopupMenuTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/LinkHighlightTest.cpp
diff --git a/Source/WebKit/chromium/tests/LinkHighlightTest.cpp b/Source/WebKit/chromium/tests/LinkHighlightTest.cpp
index 785cc322dd16aedcc4b4c5417c802a6f29696152..c2f3d3927299ac3a473e8a4ac546998eca2b782e 100644
--- a/Source/WebKit/chromium/tests/LinkHighlightTest.cpp
+++ b/Source/WebKit/chromium/tests/LinkHighlightTest.cpp
@@ -28,7 +28,6 @@
#include <gtest/gtest.h>
#include "FrameTestHelpers.h"
-#include "Node.h"
#include "URLTestHelpers.h"
#include "WebCompositorInitializer.h"
#include "WebFrame.h"
@@ -36,6 +35,7 @@
#include "WebInputEvent.h"
#include "WebInputEventConversion.h"
#include "WebViewImpl.h"
+#include "core/dom/Node.h"
#include "core/page/FrameView.h"
#include "core/platform/graphics/IntRect.h"
#include <public/WebContentLayer.h>
« no previous file with comments | « Source/WebKit/chromium/tests/KeyboardTest.cpp ('k') | Source/WebKit/chromium/tests/PopupMenuTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698