| Index: content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| index 524c68eeb8029c3fb94755b1598a6ed85219f9dc..a7e416b88344f26d13d2bd2188816c4ed69a2668 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| @@ -24,6 +24,8 @@
|
| #include "storage/common/quota/quota_status_code.h"
|
| #include "url/gurl.h"
|
|
|
| +#if 0
|
| +
|
| struct IndexedDBDatabaseMetadata;
|
| struct IndexedDBHostMsg_DatabaseCount_Params;
|
| struct IndexedDBHostMsg_DatabaseCreateIndex_Params;
|
| @@ -314,4 +316,6 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter {
|
|
|
| } // namespace content
|
|
|
| +#endif
|
| +
|
| #endif // CONTENT_BROWSER_INDEXED_DB_INDEXED_DB_DISPATCHER_HOST_H_
|
|
|