Index: content/browser/browser_process_sub_thread.h |
=================================================================== |
--- content/browser/browser_process_sub_thread.h (revision 158860) |
+++ content/browser/browser_process_sub_thread.h (working copy) |
@@ -39,9 +39,7 @@ |
void IOThreadPreCleanUp(); |
// Each specialized thread has its own notification service. |
- // Note: We don't use scoped_ptr because the destructor runs on the wrong |
- // thread. |
- NotificationService* notification_service_; |
+ scoped_ptr<NotificationService> notification_service_; |
DISALLOW_COPY_AND_ASSIGN(BrowserProcessSubThread); |
}; |