Index: chrome/browser/web_applications/web_app_unittest.cc |
diff --git a/chrome/browser/web_applications/web_app_unittest.cc b/chrome/browser/web_applications/web_app_unittest.cc |
index d88ed6b4778c3658d89c55c520ed6552cc16d574..70438618e6f4762c2038a099f1374f517e32420c 100644 |
--- a/chrome/browser/web_applications/web_app_unittest.cc |
+++ b/chrome/browser/web_applications/web_app_unittest.cc |
@@ -13,6 +13,7 @@ |
#include "chrome/common/render_messages.h" |
#include "chrome/test/base/chrome_render_view_host_test_harness.h" |
#include "content/public/test/test_renderer_host.h" |
+#include "extensions/features/features.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#if defined(TOOLKIT_VIEWS) |
@@ -56,7 +57,7 @@ TEST_F(WebApplicationTest, GetShortcutInfoForTab) { |
} |
#endif |
-#if defined(ENABLE_EXTENSIONS) |
+#if BUILDFLAG(ENABLE_EXTENSIONS) |
TEST_F(WebApplicationTest, AppDirWithId) { |
base::FilePath profile_path(FILE_PATH_LITERAL("profile")); |
base::FilePath result( |