Index: content/common/child_thread.h |
diff --git a/content/common/child_thread.h b/content/common/child_thread.h |
index acb1e3ab4781dd23cdeea83afbca6489fa032bd2..58fa1adb0eba597bfe39fb37ae0ed6436102cb5a 100644 |
--- a/content/common/child_thread.h |
+++ b/content/common/child_thread.h |
@@ -14,6 +14,7 @@ |
#include "webkit/glue/resource_loader_bridge.h" |
class FileSystemDispatcher; |
+class IndexedDBMessageFilter; |
class MessageLoop; |
class QuotaDispatcher; |
class ResourceDispatcher; |
@@ -140,6 +141,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener, |
scoped_ptr<QuotaDispatcher> quota_dispatcher_; |
+ scoped_refptr<IndexedDBMessageFilter> idb_message_filter_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ChildThread); |
}; |