| Index: chrome/utility/extensions/extensions_handler.h
|
| diff --git a/chrome/utility/extensions/extensions_handler.h b/chrome/utility/extensions/extensions_handler.h
|
| index 8bcc16a7c77259164c7aa6d9899bec89088c57a1..e583e23b2265fe67686069f96fecd22268c87b48 100644
|
| --- a/chrome/utility/extensions/extensions_handler.h
|
| +++ b/chrome/utility/extensions/extensions_handler.h
|
| @@ -13,9 +13,10 @@
|
| #include "build/build_config.h"
|
| #include "chrome/common/media_galleries/picasa_types.h"
|
| #include "chrome/utility/utility_message_handler.h"
|
| +#include "extensions/features/features.h"
|
| #include "extensions/utility/utility_handler.h"
|
|
|
| -#if !defined(ENABLE_EXTENSIONS)
|
| +#if !BUILDFLAG(ENABLE_EXTENSIONS)
|
| #error "Extensions must be enabled"
|
| #endif
|
|
|
|
|