Chromium Code Reviews| Index: Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
| diff --git a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
| index f2d42c84c264b4fb41b824179fcb2171aed13804..8f2a8fea91ea7ac5b98904914d25c81219fdf885 100644 |
| --- a/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
| +++ b/Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h |
| @@ -32,8 +32,6 @@ |
| namespace blink { |
| class IDBFactory; |
| -class IndexedDBClient; |
| -class ExecutionContext; |
| class WorkerGlobalScope; |
| class WorkerGlobalScopeIndexedDatabase final : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeIndexedDatabase>, public WillBeHeapSupplement<WorkerGlobalScope> { |