| Index: extensions/common/extension.h
|
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h
|
| index 308b4d889cb3b2d0cc2dc167125f1d43208febe7..41c8f3ddeac0c9dc0692d0b4a5c3861fd898bf74 100644
|
| --- a/extensions/common/extension.h
|
| +++ b/extensions/common/extension.h
|
| @@ -21,9 +21,10 @@
|
| #include "extensions/common/install_warning.h"
|
| #include "extensions/common/manifest.h"
|
| #include "extensions/common/url_pattern_set.h"
|
| +#include "extensions/features/features.h"
|
| #include "url/gurl.h"
|
|
|
| -#if !defined(ENABLE_EXTENSIONS)
|
| +#if !BUILDFLAG(ENABLE_EXTENSIONS)
|
| #error "Extensions must be enabled"
|
| #endif
|
|
|
|
|