Include Foundation.h at right place
This commit is contained in:
parent
089a4cf08f
commit
1cd7434a66
2 changed files with 6 additions and 5 deletions
|
@ -6,10 +6,13 @@
|
|||
#ifndef BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_MAC_H_
|
||||
#define BRIGHTRAY_BROWSER_NOTIFICATION_PRESENTER_MAC_H_
|
||||
|
||||
#import "browser/notification_presenter.h"
|
||||
#include "browser/notification_presenter.h"
|
||||
|
||||
#import "base/mac/scoped_nsobject.h"
|
||||
#import <map>
|
||||
#include <map>
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#include "base/mac/scoped_nsobject.h"
|
||||
|
||||
@class BRYUserNotificationCenterDelegate;
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
#include "content/public/browser/desktop_notification_delegate.h"
|
||||
#include "skia/ext/skia_utils_mac.h"
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface BRYUserNotificationCenterDelegate : NSObject<NSUserNotificationCenterDelegate> {
|
||||
@private
|
||||
brightray::NotificationPresenterMac* presenter_;
|
||||
|
|
Loading…
Reference in a new issue