chore: fixup gn check when enable_pdf_viewer is false (#41990)

This commit is contained in:
John Kleinschmidt
2024-04-30 20:32:11 -04:00
committed by GitHub
parent f5fb44eaf8
commit 36310b8729
3 changed files with 5 additions and 5 deletions

View File

@@ -39,8 +39,8 @@
#endif // BUILDFLAG(ENABLE_WIDEVINE)
#if BUILDFLAG(ENABLE_PDF_VIEWER)
#include "components/pdf/common/constants.h"
#include "pdf/pdf.h" // nogncheck
#include "components/pdf/common/constants.h" // nogncheck
#include "pdf/pdf.h" // nogncheck
#include "shell/common/electron_constants.h"
#endif // BUILDFLAG(ENABLE_PDF_VIEWER)