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; | ||||
| 
 | ||||
|  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_; | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Adam Roben
				Adam Roben