| Index: content/browser/indexed_db/indexed_db_callbacks_wrapper.h
|
| diff --git a/content/browser/indexed_db/indexed_db_callbacks_wrapper.h b/content/browser/indexed_db/indexed_db_callbacks_wrapper.h
|
| index ca5ae44fa3f1c835147966cfc96c788a91e5b11a..187b233edcb6cd408d546db86e143cedaac4a527 100644
|
| --- a/content/browser/indexed_db/indexed_db_callbacks_wrapper.h
|
| +++ b/content/browser/indexed_db/indexed_db_callbacks_wrapper.h
|
| @@ -12,7 +12,6 @@
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/browser/indexed_db/indexed_db_database.h"
|
| #include "content/browser/indexed_db/indexed_db_database_error.h"
|
| #include "content/common/indexed_db/indexed_db_key.h"
|
| #include "content/common/indexed_db/indexed_db_key_path.h"
|
| @@ -24,7 +23,10 @@ class WebIDBCallbacks;
|
|
|
| namespace content {
|
| class IndexedDBCursor;
|
| +class IndexedDBDatabase;
|
| +class IndexedDBDatabaseCallbacksWrapper;
|
| class WebIDBDatabaseImpl;
|
| +struct IndexedDBDatabaseMetadata;
|
|
|
| class CONTENT_EXPORT IndexedDBCallbacksWrapper
|
| : public base::RefCounted<IndexedDBCallbacksWrapper> {
|
|
|