Fix backwards typedef
This commit is contained in:
parent
654f415a49
commit
cdbfff2fcf
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ class NotificationPresenterMac : public NotificationPresenter {
|
|||
int notification_id) OVERRIDE;
|
||||
|
||||
private:
|
||||
typedef NotificationMap std::map<std::string,
|
||||
base::scoped_nsobject<NSUserNotification>>;
|
||||
typedef std::map<std::string, base::scoped_nsobject<NSUserNotification>>
|
||||
NotificationMap;
|
||||
NotificationMap notification_map_;
|
||||
base::scoped_nsobject<BRYUserNotificationCenterDelegate> delegate_;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue