| Index: chrome/browser/notifications/notification_test_util.h
|
| diff --git a/chrome/browser/notifications/notification_test_util.h b/chrome/browser/notifications/notification_test_util.h
|
| index 9b6dd3480313d7cffd9b624a28b776f7c73d9465..ece73a8660873ea37cb7068a13add6e6c42670eb 100644
|
| --- a/chrome/browser/notifications/notification_test_util.h
|
| +++ b/chrome/browser/notifications/notification_test_util.h
|
| @@ -17,7 +17,6 @@
|
| class MockNotificationDelegate : public NotificationDelegate {
|
| public:
|
| explicit MockNotificationDelegate(const std::string& id);
|
| - virtual ~MockNotificationDelegate();
|
|
|
| // NotificationDelegate interface.
|
| virtual void Display() OVERRIDE {}
|
| @@ -27,6 +26,8 @@ class MockNotificationDelegate : public NotificationDelegate {
|
| virtual std::string id() const OVERRIDE;
|
|
|
| private:
|
| + virtual ~MockNotificationDelegate();
|
| +
|
| std::string id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate);
|
|
|