| Index: content/common/child_thread.h
|
| ===================================================================
|
| --- content/common/child_thread.h (revision 106380)
|
| +++ content/common/child_thread.h (working copy)
|
| @@ -15,7 +15,6 @@
|
|
|
| class FileSystemDispatcher;
|
| class MessageLoop;
|
| -class NotificationService;
|
| class QuotaDispatcher;
|
| class ResourceDispatcher;
|
| class SocketStreamDispatcher;
|
| @@ -133,8 +132,6 @@
|
|
|
| MessageLoop* message_loop_;
|
|
|
| - scoped_ptr<NotificationService> notification_service_;
|
| -
|
| scoped_ptr<FileSystemDispatcher> file_system_dispatcher_;
|
|
|
| scoped_ptr<QuotaDispatcher> quota_dispatcher_;
|
|
|