| Index: extensions/browser/api/bluetooth/bluetooth_extension_function.cc
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_extension_function.cc b/extensions/browser/api/bluetooth/bluetooth_extension_function.cc
|
| index b51b647a5272ae80168a8696a3eb2f52b14b4784..003a8393213f8e56c597358bc243908b1120f18a 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_extension_function.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.cc
|
| @@ -38,7 +38,7 @@ void GetAdapter(const device::BluetoothAdapterFactory::AdapterCallback callback,
|
| } // namespace
|
|
|
| namespace extensions {
|
| -namespace core_api {
|
| +namespace api {
|
|
|
| BluetoothExtensionFunction::BluetoothExtensionFunction() {
|
| }
|
| @@ -65,5 +65,5 @@ void BluetoothExtensionFunction::RunOnAdapterReady(
|
| DoWork(adapter);
|
| }
|
|
|
| -} // namespace core_api
|
| +} // namespace api
|
| } // namespace extensions
|
|
|