| Index: extensions/browser/api/bluetooth/bluetooth_api_utils.h
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_api_utils.h b/extensions/browser/api/bluetooth/bluetooth_api_utils.h
|
| index 082244f99f38b56122d88a26a3c388fd71e177b1..a58eb42de236b8fb0a17f186143a63ca0190f130 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_api_utils.h
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_api_utils.h
|
| @@ -11,7 +11,7 @@
|
| #include "extensions/common/api/bluetooth.h"
|
|
|
| namespace extensions {
|
| -namespace core_api {
|
| +namespace api {
|
| namespace bluetooth {
|
|
|
| // Fill in a Device object from a BluetoothDevice.
|
| @@ -24,7 +24,7 @@ void PopulateAdapterState(const device::BluetoothAdapter& adapter,
|
| AdapterState* out);
|
|
|
| } // namespace bluetooth
|
| -} // namespace core_api
|
| +} // namespace api
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_API_UTILS_H_
|
|
|