Index: chrome/browser/autocomplete/keyword_extensions_delegate_impl.h |
diff --git a/chrome/browser/autocomplete/keyword_extensions_delegate_impl.h b/chrome/browser/autocomplete/keyword_extensions_delegate_impl.h |
index 405cb05e1a51bdabb77d999cb3f6469d373ce02f..0b4c03cac0a173aa3b811ea74d538b8898ce9458 100644 |
--- a/chrome/browser/autocomplete/keyword_extensions_delegate_impl.h |
+++ b/chrome/browser/autocomplete/keyword_extensions_delegate_impl.h |
@@ -19,8 +19,9 @@ |
#include "components/omnibox/browser/keyword_provider.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
+#include "extensions/features/features.h" |
-#if !defined(ENABLE_EXTENSIONS) |
+#if !BUILDFLAG(ENABLE_EXTENSIONS) |
#error "Should not be included when extensions are disabled" |
#endif |