summaryrefslogtreecommitdiffstats
path: root/content/common/child_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/child_thread.h')
-rw-r--r--content/common/child_thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/child_thread.h b/content/common/child_thread.h
index a58fecf..970ce97 100644
--- a/content/common/child_thread.h
+++ b/content/common/child_thread.h
@@ -15,7 +15,6 @@
class FileSystemDispatcher;
class MessageLoop;
-class NotificationService;
class QuotaDispatcher;
class ResourceDispatcher;
class SocketStreamDispatcher;
@@ -133,8 +132,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener,
MessageLoop* message_loop_;
- scoped_ptr<NotificationService> notification_service_;
-
scoped_ptr<FileSystemDispatcher> file_system_dispatcher_;
scoped_ptr<QuotaDispatcher> quota_dispatcher_;