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

Unified Diff: Source/WebKit/chromium/tests/IDBLevelDBCodingTest.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
« no previous file with comments | « Source/WebKit/chromium/tests/IDBKeyPathTest.cpp ('k') | Source/WebKit/chromium/tests/IDBRequestTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp
diff --git a/Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp b/Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp
index 57d9fdd05f35a092d0e8de088f88f571c734bad4..780bdd4a2c273b497e725bd466f611a755a08d87 100644
--- a/Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp
+++ b/Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp
@@ -24,12 +24,12 @@
*/
#include "config.h"
-#include "IDBLevelDBCoding.h"
+#include "modules/indexeddb/IDBLevelDBCoding.h"
#include <gtest/gtest.h>
-#include "IDBKey.h"
-#include "IDBKeyPath.h"
#include "core/platform/leveldb/LevelDBSlice.h"
+#include "modules/indexeddb/IDBKey.h"
+#include "modules/indexeddb/IDBKeyPath.h"
#include <wtf/Vector.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/tests/IDBKeyPathTest.cpp ('k') | Source/WebKit/chromium/tests/IDBRequestTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698