Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc |
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc |
index bb8cad3af4586911d091959a69373a7d61b82043..be99781ad3071dfa7082d050c91d8f836c8ebd33 100644 |
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc |
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc |
@@ -4,6 +4,8 @@ |
#include "extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h" |
+#include "base/lazy_instance.h" |
+ |
namespace extensions { |
static base::LazyInstance<BrowserContextKeyedAPIFactory< |