| 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 c64c71f5a9966d9f8271f203bf261d9c278b829d..b020fe534bb46dfeef602f169ca4efe00c3c972c 100644
|
| --- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "content/browser/blob_storage/chrome_blob_storage_context.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/common/indexed_db/indexed_db.mojom.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/render_process_host_observer.h"
|
| @@ -84,6 +85,7 @@ class CONTENT_EXPORT IndexedDBDispatcherHost
|
| class IDBThreadHelper;
|
| // Friends to enable OnDestruct() delegation.
|
| friend class BrowserThread;
|
| + friend class IndexedDBDispatcherHostTest;
|
| friend class base::DeleteHelper<IndexedDBDispatcherHost>;
|
|
|
| ~IndexedDBDispatcherHost() override;
|
|
|