Update notification PR as per feedback

This commit is contained in:
Samuel Attard 2017-06-28 17:00:19 +10:00
parent 7eb14243eb
commit 3774482859
4 changed files with 9 additions and 9 deletions

View file

@ -33,7 +33,7 @@ class CocoaNotification : public Notification {
private:
base::scoped_nsobject<NSUserNotification> notification_;
int actionIndex_;
int action_index_;
DISALLOW_COPY_AND_ASSIGN(CocoaNotification);
};