Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h |
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h |
index 15feb8fc4eb53e09346ea62d630f3cbe4032ad0b..2ab1a910a2e67c3ed4bc3af9c6b3529f8540a80f 100644 |
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h |
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h |
@@ -6,6 +6,7 @@ |
#define CHROME_BROWSER_UI_VIEWS_APPS_APP_INFO_DIALOG_APP_INFO_DIALOG_CONTAINER_H_ |
#include "base/callback_forward.h" |
+#include "chrome/common/features.h" |
#include "ui/gfx/geometry/size.h" |
namespace views { |
@@ -13,7 +14,7 @@ class DialogDelegateView; |
class View; |
} |
-#if defined(ENABLE_APP_LIST) |
+#if BUILDFLAG(ENABLE_APP_LIST) |
// Creates a new dialog containing |view| that can be displayed inside the app |
// list, covering the entire app list and adding a close button. Takes ownership |