mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
Include Foundation.h at right place
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user