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

Unified Diff: Source/WebKit/chromium/src/WebIDBDatabaseImpl.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/WebIDBDatabaseImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebIDBDatabaseImpl.cpp b/Source/WebKit/chromium/src/WebIDBDatabaseImpl.cpp
index b1252b0bc78f668206c30163b6945681c9b5ea42..862204f21fdfd3df618adb75405914d31968a8cb 100644
--- a/Source/WebKit/chromium/src/WebIDBDatabaseImpl.cpp
+++ b/Source/WebKit/chromium/src/WebIDBDatabaseImpl.cpp
@@ -27,11 +27,7 @@
#include "WebIDBDatabaseImpl.h"
#include "IDBCallbacksProxy.h"
-#include "IDBCursor.h"
-#include "IDBDatabaseBackendInterface.h"
#include "IDBDatabaseCallbacksProxy.h"
-#include "IDBKeyRange.h"
-#include "IDBMetadata.h"
#include "WebIDBCallbacks.h"
#include "WebIDBDatabaseCallbacks.h"
#include "WebIDBDatabaseError.h"
@@ -39,6 +35,10 @@
#include "WebIDBKeyRange.h"
#include "WebIDBMetadata.h"
#include "core/platform/SharedBuffer.h"
+#include "modules/indexeddb/IDBCursor.h"
+#include "modules/indexeddb/IDBDatabaseBackendInterface.h"
+#include "modules/indexeddb/IDBKeyRange.h"
+#include "modules/indexeddb/IDBMetadata.h"
#include "public/WebData.h"
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/WebIDBDatabaseError.cpp ('k') | Source/WebKit/chromium/src/WebIDBFactoryImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698