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

Unified Diff: Source/WebKit/chromium/tests/WebViewTest.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/WebViewTest.cpp
diff --git a/Source/WebKit/chromium/tests/WebViewTest.cpp b/Source/WebKit/chromium/tests/WebViewTest.cpp
index 3dfb84663ded59a21d30f912d4d2e9c95e1fbb2c..3d269a94cab3683b85eafdbb88d05fdb1f61c8cd 100644
--- a/Source/WebKit/chromium/tests/WebViewTest.cpp
+++ b/Source/WebKit/chromium/tests/WebViewTest.cpp
@@ -32,8 +32,6 @@
#include "WebView.h"
#include <gtest/gtest.h>
-#include "Document.h"
-#include "Element.h"
#include "FrameTestHelpers.h"
#include "HTMLDocument.h"
#include "URLTestHelpers.h"
@@ -48,6 +46,8 @@
#include "WebSettings.h"
#include "WebViewClient.h"
#include "WebViewImpl.h"
+#include "core/dom/Document.h"
+#include "core/dom/Element.h"
#include "core/page/FrameView.h"
#include <public/Platform.h>
#include <public/WebSize.h>
« no previous file with comments | « Source/WebKit/chromium/tests/WebUserGestureTokenTest.cpp ('k') | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698