| Index: extensions/browser/notification_types.h
|
| diff --git a/extensions/browser/notification_types.h b/extensions/browser/notification_types.h
|
| index b99454cfb54f5183e14cdfd86ba82392974d75bc..5c63f8a76001e68aee2d6171a3a5d068eb66d010 100644
|
| --- a/extensions/browser/notification_types.h
|
| +++ b/extensions/browser/notification_types.h
|
| @@ -8,8 +8,9 @@
|
| #include <string>
|
|
|
| #include "content/public/browser/notification_types.h"
|
| +#include "extensions/features/features.h"
|
|
|
| -#if !defined(ENABLE_EXTENSIONS)
|
| +#if !BUILDFLAG(ENABLE_EXTENSIONS)
|
| #error "Extensions must be enabled"
|
| #endif
|
|
|
|
|