| Index: components/policy/core/common/schema_registry.cc
|
| diff --git a/components/policy/core/common/schema_registry.cc b/components/policy/core/common/schema_registry.cc
|
| index 03580859d07cd5fc33c2d806f6efadb1261ee422..eb447b848f44dd67954ba6e0f8ff95aea48f1ed6 100644
|
| --- a/components/policy/core/common/schema_registry.cc
|
| +++ b/components/policy/core/common/schema_registry.cc
|
| @@ -5,6 +5,7 @@
|
| #include "components/policy/core/common/schema_registry.h"
|
|
|
| #include "base/logging.h"
|
| +#include "extensions/features/features.h"
|
|
|
| namespace policy {
|
|
|
| @@ -15,7 +16,7 @@ SchemaRegistry::InternalObserver::~InternalObserver() {}
|
| SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) {
|
| for (int i = 0; i < POLICY_DOMAIN_SIZE; ++i)
|
| domains_ready_[i] = false;
|
| -#if !defined(ENABLE_EXTENSIONS)
|
| +#if !BUILDFLAG(ENABLE_EXTENSIONS)
|
| SetExtensionsDomainsReady();
|
| #endif
|
| }
|
|
|