Commit 0f55678e authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Fix mojom include in logging_utils.cc

logging_utils.h includes console_message.mojom-forward.h, so the
cc should include console_message.mojom.h

This prevents errors like https://pastebin.com/raw/JguWQAEZ

Bug: 1001360
Change-Id: Iee37dc1c8957fdb289c79023c266c4f3f0d9f8fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909643Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714351}
parent 08aefed6
......@@ -102,7 +102,6 @@ jumbo_source_set("common") {
"//net",
"//services/metrics/public/cpp:ukm_builders",
"//services/network/public/cpp:cpp",
"//third_party/blink/public/mojom:mojom_platform_blink_headers",
]
# iOS doesn't use and must not depend on //media
......
......@@ -4,7 +4,7 @@
#include "third_party/blink/public/common/logging/logging_utils.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-blink.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