Commit be56a0b9 authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

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/+/1808619Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#697134}
parent c08f50f9
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#include "third_party/blink/public/common/logging/logging_utils.h" #include "third_party/blink/public/common/logging/logging_utils.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-blink.h"
namespace blink { namespace blink {
logging::LogSeverity ConsoleMessageLevelToLogSeverity( logging::LogSeverity ConsoleMessageLevelToLogSeverity(
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_ #define THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_
#include "base/logging.h" #include "base/logging.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom.h" #include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-forward.h"
namespace blink { 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