commit | 88f8e1131ec634315c68068c57a4cd6b26f9934f | [log] [tgz] |
---|---|---|
author | Arnaud Mandy <arnaud.mandy@intel.com> | Mon Feb 14 10:40:05 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 14 10:40:05 2022 |
tree | c97609b64b08164007ec6a5a8b1a9ecfcc0783f3 | |
parent | 14538bedbbcf4a45eb480cf1c60355e12557787d [diff] |
wake_lock: explicit include of notreached.h Bug: 1296713 Change-Id: I84df6f2f5f8970e286ce36a160eff42a7610841b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3456388 Reviewed-by: Raphael Kubo Da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Arnaud Mandy <arnaud.mandy@intel.com> Cr-Commit-Position: refs/heads/main@{#970561}
diff --git a/third_party/blink/renderer/modules/wake_lock/wake_lock_type.cc b/third_party/blink/renderer/modules/wake_lock/wake_lock_type.cc index 5dc437a..d8067b8 100644 --- a/third_party/blink/renderer/modules/wake_lock/wake_lock_type.cc +++ b/third_party/blink/renderer/modules/wake_lock/wake_lock_type.cc
@@ -4,6 +4,7 @@ #include "third_party/blink/renderer/modules/wake_lock/wake_lock_type.h" +#include "base/notreached.h" #include "third_party/blink/renderer/platform/wtf/text/wtf_string.h" namespace blink {