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

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

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/modules/indexeddb/IDBTransaction.h
diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
index 426fbffaea842b82ac0811022fe33c8b4305d2d6..976a4c400e9923b2a30c9ff69ba8a9cd79cb3d25 100644
--- a/Source/modules/indexeddb/IDBTransaction.h
+++ b/Source/modules/indexeddb/IDBTransaction.h
@@ -29,21 +29,16 @@
#include "bindings/core/v8/ScriptState.h"
#include "core/dom/ActiveDOMObject.h"
#include "core/dom/DOMError.h"
-#include "core/events/EventListener.h"
-#include "modules/EventModules.h"
#include "modules/EventTargetModules.h"
#include "modules/indexeddb/IDBMetadata.h"
#include "modules/indexeddb/IndexedDB.h"
-#include "platform/heap/Handle.h"
#include "public/platform/WebIDBDatabase.h"
-#include "public/platform/WebIDBTypes.h"
#include "wtf/HashSet.h"
namespace blink {
class DOMError;
class ExceptionState;
-class IDBCursor;
class IDBDatabase;
class IDBObjectStore;
class IDBOpenDBRequest;

Powered by Google App Engine
This is Rietveld 408576698