| Index: extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_extension_function.h b/extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| index d6bf936e37700d4a59f4cc1e77f2506e7d83469e..c09e8c8053f8c8d4ffb5157706081622367b13e8 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_extension_function.h
|
| @@ -16,7 +16,7 @@ class BluetoothAdapter;
|
| } // namespace device
|
|
|
| namespace extensions {
|
| -namespace core_api {
|
| +namespace api {
|
|
|
| // Base class for bluetooth extension functions. This class initializes
|
| // bluetooth adapter and calls (on the UI thread) DoWork() implemented by
|
| @@ -41,7 +41,7 @@ class BluetoothExtensionFunction : public AsyncExtensionFunction {
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothExtensionFunction);
|
| };
|
|
|
| -} // namespace core_api
|
| +} // namespace api
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_BROWSER_API_BLUETOOTH_BLUETOOTH_EXTENSION_FUNCTION_H_
|
|
|