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

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: add include file back 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..4c92766ec383b00aebc0ab8c006df9148ed771a2 100644
--- a/Source/modules/indexeddb/IDBTransaction.h
+++ b/Source/modules/indexeddb/IDBTransaction.h
@@ -34,16 +34,13 @@
#include "modules/EventTargetModules.h"
#include "modules/indexeddb/IDBMetadata.h"
#include "modules/indexeddb/IndexedDB.h"
-#include "platform/heap/Handle.h"
jsbell 2014/10/13 18:43:22 This file uses Member<> - why remove?
#include "public/platform/WebIDBDatabase.h"
-#include "public/platform/WebIDBTypes.h"
jsbell 2014/10/13 18:43:22 This is used for the various enum values reference
#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