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

Unified Diff: Source/WebKit/chromium/src/IDBCursorBackendProxy.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/src/IDBCursorBackendProxy.cpp
diff --git a/Source/WebKit/chromium/src/IDBCursorBackendProxy.cpp b/Source/WebKit/chromium/src/IDBCursorBackendProxy.cpp
index ca2a752e182ea33fff67d2fa385ac2167ffc6607..b0af1b917dd1fbf809922f20f3a719b6d8a68047 100644
--- a/Source/WebKit/chromium/src/IDBCursorBackendProxy.cpp
+++ b/Source/WebKit/chromium/src/IDBCursorBackendProxy.cpp
@@ -26,11 +26,11 @@
#include "config.h"
#include "IDBCursorBackendProxy.h"
-#include "IDBAny.h"
-#include "IDBCallbacks.h"
-#include "IDBKey.h"
#include "WebIDBCallbacksImpl.h"
#include "WebIDBKey.h"
+#include "modules/indexeddb/IDBAny.h"
+#include "modules/indexeddb/IDBCallbacks.h"
+#include "modules/indexeddb/IDBKey.h"
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/IDBCursorBackendProxy.h ('k') | Source/WebKit/chromium/src/IDBDatabaseBackendProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698