| Index: chrome/browser/extensions/api/notifications/notifications_api.h
|
| diff --git a/chrome/browser/extensions/api/notifications/notifications_api.h b/chrome/browser/extensions/api/notifications/notifications_api.h
|
| index 1f5eb4c6b74c06968b58a027e60d6d2ac2a86cb9..58e0440468524c1d80c1a7da17fac2ce20f98738 100644
|
| --- a/chrome/browser/extensions/api/notifications/notifications_api.h
|
| +++ b/chrome/browser/extensions/api/notifications/notifications_api.h
|
| @@ -9,8 +9,8 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/extensions/api/api_function.h"
|
| -#include "chrome/browser/extensions/extension_function.h"
|
| #include "chrome/common/extensions/api/notifications.h"
|
| +#include "extensions/browser/extension_function.h"
|
| #include "ui/message_center/notification_types.h"
|
|
|
| class Notification;
|
| @@ -113,8 +113,8 @@ class NotificationsGetAllFunction : public NotificationsApiFunction {
|
| DECLARE_EXTENSION_FUNCTION("notifications.getAll", NOTIFICATIONS_GET_ALL)
|
| };
|
|
|
| -class NotificationsGetPermissionLevelFunction :
|
| - public NotificationsApiFunction {
|
| +class NotificationsGetPermissionLevelFunction
|
| + : public NotificationsApiFunction {
|
| public:
|
| NotificationsGetPermissionLevelFunction();
|
|
|
|
|