| Index: extensions/browser/api/bluetooth/bluetooth_private_api.h
 | 
| diff --git a/extensions/browser/api/bluetooth/bluetooth_private_api.h b/extensions/browser/api/bluetooth/bluetooth_private_api.h
 | 
| index eeb1212f17021c1cfa4400b62eb7cc77c988f1e8..cecf1b5fdeeea34b89dd8aec8a5b5d6efbf889db 100644
 | 
| --- a/extensions/browser/api/bluetooth/bluetooth_private_api.h
 | 
| +++ b/extensions/browser/api/bluetooth/bluetooth_private_api.h
 | 
| @@ -46,7 +46,7 @@ class BluetoothPrivateAPI : public BrowserContextKeyedAPI,
 | 
|    content::BrowserContext* browser_context_;
 | 
|  };
 | 
|  
 | 
| -namespace core_api {
 | 
| +namespace api {
 | 
|  
 | 
|  class BluetoothPrivateSetAdapterStateFunction
 | 
|      : public BluetoothExtensionFunction {
 | 
| @@ -127,7 +127,7 @@ class BluetoothPrivateSetDiscoveryFilterFunction
 | 
|    void OnErrorCallback();
 | 
|  };
 | 
|  
 | 
| -}  // namespace core_api
 | 
| +}  // namespace api
 | 
|  
 | 
|  }  // namespace extensions
 | 
|  
 | 
| 
 |