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