Commit 15a99f6d authored by Stephan Hartmann's avatar Stephan Hartmann Committed by Chromium LUCI CQ

IWYU: add missing include for LOG and FATAL

Compile fails only when building without Ozone.

Bug: None
Change-Id: Ic8e7c5dcefb2cb6b675497fc9b3cca91ace492db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587160Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836588}
parent 9de9580d
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "base/bind.h" #include "base/bind.h"
#include "base/callback.h" #include "base/callback.h"
#include "base/logging.h"
#include "chrome/browser/lifetime/application_lifetime.h" #include "chrome/browser/lifetime/application_lifetime.h"
#if defined(USE_X11) #if defined(USE_X11)
......
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