From f60ff18b1488b5ba28d930d22924816452a638e4 Mon Sep 17 00:00:00 2001 From: Robo Date: Fri, 25 Mar 2022 12:48:23 +0900 Subject: [PATCH] fix: gn check when //printing component is disabled (#33429) --- shell/browser/api/electron_api_web_contents.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/browser/api/electron_api_web_contents.cc b/shell/browser/api/electron_api_web_contents.cc index c5238cead782f..e4030acac92d4 100644 --- a/shell/browser/api/electron_api_web_contents.cc +++ b/shell/browser/api/electron_api_web_contents.cc @@ -167,7 +167,7 @@ #if BUILDFLAG(ENABLE_PRINTING) #include "components/printing/browser/print_manager_utils.h" #include "printing/backend/print_backend.h" // nogncheck -#include "printing/mojom/print.mojom.h" +#include "printing/mojom/print.mojom.h" // nogncheck #include "shell/browser/printing/print_preview_message_handler.h" #include "shell/browser/printing/print_view_manager_electron.h"