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

Unified Diff: Source/modules/indexeddb/IDBCursor.h

Issue 99733006: Remove duplicated headers from modules/ directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/modules/indexeddb/IDBCursor.h
diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
index d45455b4bc3e9cc08dabe4d481b5ddcaa4932f8a..e216217a517483e5b3b82e0d9d15e74e6782152c 100644
--- a/Source/modules/indexeddb/IDBCursor.h
+++ b/Source/modules/indexeddb/IDBCursor.h
@@ -30,7 +30,6 @@
#include "bindings/v8/ScriptWrappable.h"
#include "modules/indexeddb/IDBKey.h"
#include "modules/indexeddb/IDBRequest.h"
-#include "modules/indexeddb/IDBTransaction.h"
Nico 2013/12/09 02:01:27 Isn't this needed since there's a RefPtr<IDBTransa
Inactive 2013/12/10 20:26:19 AFAIK, a forward declaration is sufficient for T d
#include "modules/indexeddb/IndexedDB.h"
#include "public/platform/WebIDBCursor.h"
#include "wtf/PassRefPtr.h"
@@ -42,6 +41,7 @@ namespace WebCore {
class DOMRequestState;
class ExceptionState;
class IDBAny;
+class IDBTransaction;
class ExecutionContext;
class SharedBuffer;

Powered by Google App Engine
This is Rietveld 408576698