| Index: chrome/browser/chromeos/notifications/system_notification.h
|
| diff --git a/chrome/browser/chromeos/notifications/system_notification.h b/chrome/browser/chromeos/notifications/system_notification.h
|
| index 40d97dedcf73747fe4bf1c94c61e7f7902273fd2..f9d78b96fe39ea3d8aad9dccd1f257db82c613fb 100644
|
| --- a/chrome/browser/chromeos/notifications/system_notification.h
|
| +++ b/chrome/browser/chromeos/notifications/system_notification.h
|
| @@ -79,6 +79,9 @@ class SystemNotification : public PowerManagerClient::Observer {
|
| virtual std::string id() const OVERRIDE;
|
| virtual content::RenderViewHost* GetRenderViewHost() const OVERRIDE;
|
|
|
| + protected:
|
| + virtual ~Delegate();
|
| +
|
| private:
|
| std::string id_;
|
|
|
|
|