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 {