Commit 80961f69 authored by tzik's avatar tzik Committed by Commit Bot

Add missing #include for indirectly included headers

This CL adds missing #include for "base/macros.h", "base/logging.h", "base/callback.h", and
<vector>. They used to be included indirectly through "base/optional.h", but they should be
explicit.

Tbr: sky@chromium.org
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I17da47493055828db25326b7e6dcc07f828b78ef
Reviewed-on: https://chromium-review.googlesource.com/1214904Reviewed-by: default avatarTaiju Tsuiki <tzik@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589872}
parent 70908f40
......@@ -7,6 +7,7 @@
#include <cstdint>
#include "base/logging.h"
#include "base/macros.h"
#include "base/optional.h"
#include "cc/cc_export.h"
......
......@@ -7,6 +7,7 @@
#include <string>
#include "base/callback.h"
#include "base/optional.h"
#include "ui/base/resource/scale_factor.h"
......
......@@ -11,6 +11,7 @@
#include <string>
#include <vector>
#include "base/callback.h"
#include "base/macros.h"
#include "base/optional.h"
......
......@@ -4,6 +4,8 @@
#include "components/download/internal/background_service/startup_status.h"
#include "base/logging.h"
namespace download {
StartupStatus::StartupStatus() = default;
......
......@@ -6,6 +6,7 @@
#include <vector>
#include "base/macros.h"
#include "base/optional.h"
namespace bluetooth {
......
......@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include "extensions/browser/install/crx_install_error.h"
#include "base/logging.h"
#include "extensions/browser/install/sandboxed_unpacker_failure_reason.h"
namespace extensions {
......
......@@ -10,6 +10,7 @@
#include <string>
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/optional.h"
#include "build/build_config.h"
#include "media/base/media_export.h"
......@@ -60,4 +61,4 @@ class MEDIA_EXPORT CdmProxyContext {
} // namespace media
#endif // MEDIA_BASE_CDM_PROXY_CONTEXT_H_
\ No newline at end of file
#endif // MEDIA_BASE_CDM_PROXY_CONTEXT_H_
......@@ -5,6 +5,8 @@
#ifndef PRINTING_BACKEND_PRINTING_RESTRICTIONS_H_
#define PRINTING_BACKEND_PRINTING_RESTRICTIONS_H_
#include <vector>
#include "base/optional.h"
#include "printing/printing_export.h"
#include "ui/gfx/geometry/size.h"
......
......@@ -11,6 +11,7 @@
#include <vector>
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/optional.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "ui/display/util/display_util_export.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