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

Unified Diff: Source/WebKit/chromium/tests/WebFrameTest.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/WebFrameTest.cpp
diff --git a/Source/WebKit/chromium/tests/WebFrameTest.cpp b/Source/WebKit/chromium/tests/WebFrameTest.cpp
index 37389fe05b883137894303bbf486e79ec904c922..db4fe10736fd0db7bc472d7aac0bec0bd13a6d11 100644
--- a/Source/WebKit/chromium/tests/WebFrameTest.cpp
+++ b/Source/WebKit/chromium/tests/WebFrameTest.cpp
@@ -33,10 +33,8 @@
#include "WebFrame.h"
#include <gtest/gtest.h>
-#include "DocumentMarkerController.h"
#include "FrameTestHelpers.h"
#include "PlatformContextSkia.h"
-#include "Range.h"
#include "SkBitmap.h"
#include "SkCanvas.h"
#include "URLTestHelpers.h"
@@ -58,6 +56,8 @@
#include "WebTextCheckingResult.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/Range.h"
#include "core/editing/FrameSelection.h"
#include "core/page/EventHandler.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/WebKit/chromium/tests/RenderTableRowTest.cpp ('k') | Source/WebKit/chromium/tests/WebInputEventConversionTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698