From ba03c544f3beab54a5d804b8e2d82047aa3ac786 Mon Sep 17 00:00:00 2001 From: Ales Pergl Date: Wed, 5 Apr 2017 13:27:46 +0200 Subject: [PATCH] Address cpplint issue ""public:" should be preceded by a blank line [whitespace/blank_line] [3]" --- brightray/browser/notification.h | 1 + 1 file changed, 1 insertion(+) diff --git a/brightray/browser/notification.h b/brightray/browser/notification.h index 76e3ba4320..a330bc25d1 100644 --- a/brightray/browser/notification.h +++ b/brightray/browser/notification.h @@ -47,6 +47,7 @@ class Notification { protected: Notification(NotificationDelegate* delegate, NotificationPresenter* presenter); + public: virtual ~Notification();