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

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

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... 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/IDBBindingUtilitiesTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp b/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
index 9c52de5cee1e98e01078bc1ae612234332d91084..5b25d87977c7e1cba4080d3b90eb972e4192fcd3 100644
--- a/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBBindingUtilitiesTest.cpp
@@ -26,8 +26,6 @@
#include "config.h"
#include "FrameTestHelpers.h"
#include "IDBBindingUtilities.h"
-#include "IDBKey.h"
-#include "IDBKeyPath.h"
#include "ScriptController.h"
#include "V8Binding.h"
#include "V8PerIsolateData.h"
@@ -37,6 +35,8 @@
#include "WebView.h"
#include "core/dom/Document.h"
#include "core/page/Frame.h"
+#include "modules/indexeddb/IDBKey.h"
+#include "modules/indexeddb/IDBKeyPath.h"
#include <gtest/gtest.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/WebKit/chromium/tests/IDBBackingStoreTest.cpp ('k') | Source/WebKit/chromium/tests/IDBCleanupOnIOErrorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698