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

Unified Diff: Source/WebKit/chromium/src/WebIDBCallbacksImpl.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/WebIDBCallbacksImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebIDBCallbacksImpl.cpp b/Source/WebKit/chromium/src/WebIDBCallbacksImpl.cpp
index 95ae3d401843558543f99adca2e93ea3ba61b93e..37f6154f296891e643ed9b4fac7c959fc2067b9a 100644
--- a/Source/WebKit/chromium/src/WebIDBCallbacksImpl.cpp
+++ b/Source/WebKit/chromium/src/WebIDBCallbacksImpl.cpp
@@ -26,16 +26,16 @@
#include "config.h"
#include "WebIDBCallbacksImpl.h"
-#include "IDBCallbacks.h"
#include "IDBCursorBackendProxy.h"
#include "IDBDatabaseBackendProxy.h"
-#include "IDBDatabaseError.h"
-#include "IDBKey.h"
-#include "IDBMetadata.h"
#include "WebIDBCallbacks.h"
#include "WebIDBDatabase.h"
#include "WebIDBDatabaseError.h"
#include "WebIDBKey.h"
+#include "modules/indexeddb/IDBCallbacks.h"
+#include "modules/indexeddb/IDBDatabaseError.h"
+#include "modules/indexeddb/IDBKey.h"
+#include "modules/indexeddb/IDBMetadata.h"
#include <public/WebData.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/WebGeolocationPosition.cpp ('k') | Source/WebKit/chromium/src/WebIDBCursorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698