Skip to content

Commit

Permalink
fix: gn check when //printing component is disabled (#33429)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Mar 25, 2022
1 parent 7e59d78 commit f60ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/browser/api/electron_api_web_contents.cc
Expand Up @@ -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"

Expand Down

0 comments on commit f60ff18

Please sign in to comment.