0

Include-what-you-use related to logging.h (pdf)

Add direct includes for things provided transitively by logging.h
(or by other headers including logging.h).

This is in preparation for cleaning up unnecessary includes of
logging.h in header files (so if something depends on logging.h,
it needs include it explicitly), and for when logging.h no longer
includes check.h, check_op.h, and notreached.h.

Bug: 1031540
Change-Id: I2cd3fa4b60cbdf85475731ab5835d0eebac8e6e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249803
Commit-Queue: Hans Wennborg <hans@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779421}
This commit is contained in:
Hans Wennborg
2020-06-17 19:15:52 +00:00
committed by Commit Bot
parent 8167bde569
commit bc3db7e42b
2 changed files with 3 additions and 0 deletions

@ -16,6 +16,7 @@
#include "base/feature_list.h"
#include "base/logging.h"
#include "base/metrics/histogram_functions.h"
#include "base/notreached.h"
#include "base/numerics/ranges.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_split.h"

@ -4,6 +4,8 @@
#include "pdf/pdfium/pdfium_permissions.h"
#include "base/notreached.h"
namespace chrome_pdf {
// static