Commit 10a57054 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Revert "Include *.mojom-forward.h instead of .mojom.h from logging_utils.h"

This reverts commit be56a0b9.

Reason for revert: https://ci.chromium.org/p/chromium/builders/ci/Deterministic%20Linux/24794

Original change's description:
> Include *.mojom-forward.h instead of .mojom.h from logging_utils.h
> 
> This CL replaces .mojom.h with .mojom-forward.h to reduce pre-processed
> size of logging_utils.h
> 
> This CL has no behavior changes.
> 
> Bug: 1001360
> Change-Id: Idd305572c67e46a5f7a01937ec1d2e31fc62d8ea
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808619
> Reviewed-by: Kentaro Hara <haraken@chromium.org>
> Reviewed-by: Kent Tamura <tkent@chromium.org>
> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
> Cr-Commit-Position: refs/heads/master@{#697134}

TBR=haraken@chromium.org,tkent@chromium.org,gyuyoung@igalia.com

Change-Id: If68d5ebefcf6a923c519ca98685d28b4243fc42a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1001360
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809197Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697146}
parent 69a6a1b8
......@@ -4,8 +4,6 @@
#include "third_party/blink/public/common/logging/logging_utils.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-blink.h"
namespace blink {
logging::LogSeverity ConsoleMessageLevelToLogSeverity(
......
......@@ -6,8 +6,7 @@
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_
#include "base/logging.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-forward.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom.h"
namespace blink {
......
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