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

Unified Diff: Source/WebKit/chromium/tests/IDBRequestTest.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/IDBRequestTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBRequestTest.cpp b/Source/WebKit/chromium/tests/IDBRequestTest.cpp
index 28924cfc3c714c9beb0562e5498e4a32f8064cdf..b1289a3309e92f2b2e5c88a9318e7c06c9c2cf5e 100644
--- a/Source/WebKit/chromium/tests/IDBRequestTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBRequestTest.cpp
@@ -27,8 +27,6 @@
#include "IDBRequest.h"
-#include "DOMStringList.h"
-#include "Document.h"
#include "FrameTestHelpers.h"
#include "IDBCursorBackendInterface.h"
#include "IDBDatabaseBackendInterface.h"
@@ -40,6 +38,8 @@
#include "WebFrame.h"
#include "WebFrameImpl.h"
#include "WebView.h"
+#include "core/dom/DOMStringList.h"
+#include "core/dom/Document.h"
#include "core/page/Frame.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp ('k') | Source/WebKit/chromium/tests/KeyboardTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698