build: fix building with no PDF support (#38003)
This commit is contained in:
parent
c857c9b7e2
commit
1ffe7ee76b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "base/values.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/pdf/pdf_extension_util.h"
|
||||
#include "chrome/common/extensions/api/resources_private.h"
|
||||
#include "chrome/grit/generated_resources.h"
|
||||
#include "components/strings/grit/components_strings.h"
|
||||
|
@ -20,6 +19,7 @@
|
|||
#include "ui/base/webui/web_ui_util.h"
|
||||
|
||||
#if BUILDFLAG(ENABLE_PDF)
|
||||
#include "chrome/browser/pdf/pdf_extension_util.h"
|
||||
#include "pdf/pdf_features.h"
|
||||
#endif // BUILDFLAG(ENABLE_PDF)
|
||||
|
||||
|
|
Loading…
Reference in a new issue