Fix cpplint errors in notification_presenter_mac.h
This commit is contained in:
parent
d4ad45334f
commit
cf4d966958
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ class NotificationPresenterMac : public NotificationPresenter {
|
||||||
int notification_id) OVERRIDE;
|
int notification_id) OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::map<std::string, base::scoped_nsobject<NSUserNotification>> notification_map_;
|
typedef NotificationMap std::map<std::string,
|
||||||
|
base::scoped_nsobject<NSUserNotification>>;
|
||||||
|
NotificationMap notification_map_;
|
||||||
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
|
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue