| Index: extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_api_advertisement.cc b/extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
|
| similarity index 77%
|
| rename from chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
|
| rename to extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
|
| index 9eb998ec26b4bf2dba17b2756b7c7ab79700a414..3f3dcdfe1cd944a4b842ba84707a8c1fb9a90d3b 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
|
| +++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_api_advertisement.h"
|
| +#include "extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.h"
|
|
|
| #include "base/lazy_instance.h"
|
| #include "device/bluetooth/bluetooth_advertisement.h"
|
| @@ -12,8 +12,8 @@ namespace extensions {
|
|
|
| // static
|
| static base::LazyInstance<BrowserContextKeyedAPIFactory<
|
| - ApiResourceManager<BluetoothApiAdvertisement>>> g_server_factory =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| + ApiResourceManager<BluetoothApiAdvertisement>>>
|
| + g_server_factory = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| template <>
|
| @@ -29,7 +29,6 @@ BluetoothApiAdvertisement::BluetoothApiAdvertisement(
|
| DCHECK_CURRENTLY_ON(kThreadId);
|
| }
|
|
|
| -BluetoothApiAdvertisement::~BluetoothApiAdvertisement() {
|
| -}
|
| +BluetoothApiAdvertisement::~BluetoothApiAdvertisement() {}
|
|
|
| } // namespace extensions
|
|
|