| Index: chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| diff --git a/chrome/browser/ui/cocoa/notifications/alert_notification_service.h b/chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| index 29fbf9aab268bef9e9ed4fb3b9e2b1d72a86c6ca..003764384123a180c3874002529322e067744ee3 100644
|
| --- a/chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| +++ b/chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BANNER_NOTIFICATION_SERVICE_H_
|
| -#define CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BANNER_NOTIFICATION_SERVICE_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_ALERT_NOTIFICATION_SERVICE_H_
|
| +#define CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_ALERT_NOTIFICATION_SERVICE_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -17,4 +17,4 @@
|
| - (instancetype)initWithTransactionHandler:(XPCTransactionHandler*)handler;
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BANNER_NOTIFICATION_SERVICE_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_ALERT_NOTIFICATION_SERVICE_H_
|
|
|