Index: chrome/browser/browsing_data/cookies_tree_model.h |
diff --git a/chrome/browser/browsing_data/cookies_tree_model.h b/chrome/browser/browsing_data/cookies_tree_model.h |
index 96205bb965b8029a2a7bf5daf0924bf23cdb3291..f5e1f5177812c47f18a519a758c0bae7d62e9c27 100644 |
--- a/chrome/browser/browsing_data/cookies_tree_model.h |
+++ b/chrome/browser/browsing_data/cookies_tree_model.h |
@@ -29,6 +29,7 @@ |
#include "chrome/browser/browsing_data/browsing_data_service_worker_helper.h" |
#include "chrome/browser/browsing_data/local_data_container.h" |
#include "components/content_settings/core/common/content_settings.h" |
+#include "extensions/features/features.h" |
#include "net/ssl/channel_id_store.h" |
#include "ui/base/models/tree_node_model.h" |
@@ -793,7 +794,7 @@ class CookiesTreeModel : public ui::TreeNodeModel<CookieTreeNode> { |
// Filter the origins to only display matched results. |
void UpdateSearchResults(const base::string16& filter); |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
// Returns the set of extensions which protect the data item represented by |
// this node from deletion. |
// Returns nullptr if the node doesn't represent a protected data item or the |
@@ -904,7 +905,7 @@ class CookiesTreeModel : public ui::TreeNodeModel<CookieTreeNode> { |
ScopedBatchUpdateNotifier* notifier, |
const base::string16& filter); |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
// The extension special storage policy; see ExtensionsProtectingNode() above. |
scoped_refptr<ExtensionSpecialStoragePolicy> special_storage_policy_; |
#endif |