diff --git a/brightray/browser/notification_presenter_mac.h b/brightray/browser/notification_presenter_mac.h index 20cbee20e8..768bf2b6f1 100644 --- a/brightray/browser/notification_presenter_mac.h +++ b/brightray/browser/notification_presenter_mac.h @@ -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 +#include + +#import + +#include "base/mac/scoped_nsobject.h" @class BRYUserNotificationCenterDelegate; diff --git a/brightray/browser/notification_presenter_mac.mm b/brightray/browser/notification_presenter_mac.mm index 60abc6af76..81527772ff 100644 --- a/brightray/browser/notification_presenter_mac.mm +++ b/brightray/browser/notification_presenter_mac.mm @@ -13,8 +13,6 @@ #include "content/public/browser/desktop_notification_delegate.h" #include "skia/ext/skia_utils_mac.h" -#import - @interface BRYUserNotificationCenterDelegate : NSObject { @private brightray::NotificationPresenterMac* presenter_;