Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index a6975715f4b662243c72e1b097b359c2bf650ff5..66088df4ac54731a80a8d4b949378e516758a767 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -592,7 +592,7 @@ IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs, |
std::vector<GURL> /* search_urls */, |
GURL /* new_tab_page_url */) |
-#if defined(ENABLE_PLUGINS) |
+#if BUILDFLAG(ENABLE_PLUGINS) |
// Sent by the renderer to check if crash reporting is enabled. |
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled, |
bool /* enabled */) |