Index: chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
diff --git a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
index 661a83d41931a3874755920bdb728490084de14f..636367a94ad33f8977b5815cf8f998d084d47bd5 100644 |
--- a/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
+++ b/chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc |
@@ -16,8 +16,9 @@ |
#include "content/public/browser/navigation_controller.h" |
#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/web_contents.h" |
+#include "extensions/features/features.h" |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
#include "chrome/browser/extensions/tab_helper.h" |
#include "extensions/common/extension.h" |
#endif |
@@ -63,7 +64,7 @@ bool TabContentsSyncedTabDelegate::IsBeingDestroyed() const { |
} |
std::string TabContentsSyncedTabDelegate::GetExtensionAppId() const { |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
const scoped_refptr<const extensions::Extension> extension_app( |
extensions::TabHelper::FromWebContents(web_contents_)->extension_app()); |
if (extension_app.get()) |