mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Fix cpplint errors in notification_presenter_mac.h
This commit is contained in:
@@ -30,7 +30,9 @@ class NotificationPresenterMac : public NotificationPresenter {
|
||||
int notification_id) OVERRIDE;
|
||||
|
||||
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_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user