Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: content/browser/renderer_host/font_utils_linux.cc

Issue 2655653004: Fixes gn-check errors with enable_plugins=false. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/frame_host/debug_urls.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/font_utils_linux.cc
diff --git a/content/browser/renderer_host/font_utils_linux.cc b/content/browser/renderer_host/font_utils_linux.cc
index 245475f665032d6560ba697e7de384c68dc8785d..f32f6a1b88639795a21a9acb6f1b81aba5657f8f 100644
--- a/content/browser/renderer_host/font_utils_linux.cc
+++ b/content/browser/renderer_host/font_utils_linux.cc
@@ -12,8 +12,11 @@
#include <string>
#include "base/posix/eintr_wrapper.h"
-#include "ppapi/c/private/pp_private_font_charset.h"
-#include "ppapi/c/trusted/ppb_browser_font_trusted.h"
+
+// TODO(crbug/685022): Guard the inclusion of ppapi headers with
+// BUILDFLAG(ENABLE_PLUGINS).
+#include "ppapi/c/private/pp_private_font_charset.h" // nogncheck
+#include "ppapi/c/trusted/ppb_browser_font_trusted.h" // nogncheck
namespace {
« no previous file with comments | « content/browser/frame_host/debug_urls.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698