diff options
Diffstat (limited to 'chrome/browser/notifications/notification_object_proxy.h')
-rw-r--r-- | chrome/browser/notifications/notification_object_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/notifications/notification_object_proxy.h b/chrome/browser/notifications/notification_object_proxy.h index a5ad53b..ff71bc3 100644 --- a/chrome/browser/notifications/notification_object_proxy.h +++ b/chrome/browser/notifications/notification_object_proxy.h @@ -43,6 +43,10 @@ class NotificationObjectProxy : } private: + friend class base::RefCountedThreadSafe<NotificationObjectProxy>; + + ~NotificationObjectProxy() {} + // Called on UI thread to schedule a message for sending. void DeliverMessage(IPC::Message* message); |