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

Unified Diff: Source/WebKit/chromium/src/IDBCursorBackendProxy.h

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.h
diff --git a/Source/WebKit/chromium/src/IDBCursorBackendProxy.h b/Source/WebKit/chromium/src/IDBCursorBackendProxy.h
index 3dec4f69dc2f04e504b368d144c2f4a5eb1bba5a..0e4bb9da427e7f07f0c9727ff497f3c6fa91b41b 100644
--- a/Source/WebKit/chromium/src/IDBCursorBackendProxy.h
+++ b/Source/WebKit/chromium/src/IDBCursorBackendProxy.h
@@ -26,8 +26,8 @@
#ifndef IDBCursorBackendProxy_h
#define IDBCursorBackendProxy_h
-#include "IDBCursorBackendInterface.h"
#include "WebIDBCursor.h"
+#include "modules/indexeddb/IDBCursorBackendInterface.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
#include <wtf/PassRefPtr.h>
« no previous file with comments | « Source/WebKit/chromium/src/IDBCallbacksProxy.cpp ('k') | Source/WebKit/chromium/src/IDBCursorBackendProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698