Commit 5cd6d198 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

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

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: I2b34d25846b971723bacb00e495ed219faa02e81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249761
Auto-Submit: Hans Wennborg <hans@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: default avatarRoss McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779766}
parent 12e5c890
......@@ -7,6 +7,7 @@
#include <stdint.h>
#include <ostream>
#include <string>
#include <type_traits>
#include <vector>
......
......@@ -5,6 +5,7 @@
#include "gin/data_object_builder.h"
#include "base/bind.h"
#include "base/logging.h"
#include "gin/dictionary.h"
#include "gin/public/isolate_holder.h"
#include "gin/test/v8_test.h"
......
......@@ -9,6 +9,7 @@
#include "base/files/file_util.h"
#include "base/i18n/icu_util.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
......
......@@ -7,6 +7,7 @@
#include <inttypes.h>
#include <stddef.h>
#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "base/trace_event/memory_dump_manager.h"
#include "base/trace_event/process_memory_dump.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment