| Index: extensions/browser/api/bluetooth/bluetooth_private_api.cc
 | 
| diff --git a/extensions/browser/api/bluetooth/bluetooth_private_api.cc b/extensions/browser/api/bluetooth/bluetooth_private_api.cc
 | 
| index 85bbbc573768f88aec81dd9fc0e1bc9180e60010..51120e819dffb308f5889efceadf29a8b81e09a4 100644
 | 
| --- a/extensions/browser/api/bluetooth/bluetooth_private_api.cc
 | 
| +++ b/extensions/browser/api/bluetooth/bluetooth_private_api.cc
 | 
| @@ -14,7 +14,7 @@
 | 
|  #include "extensions/browser/api/bluetooth/bluetooth_event_router.h"
 | 
|  #include "extensions/common/api/bluetooth_private.h"
 | 
|  
 | 
| -namespace bt_private = extensions::core_api::bluetooth_private;
 | 
| +namespace bt_private = extensions::api::bluetooth_private;
 | 
|  namespace SetDiscoveryFilter = bt_private::SetDiscoveryFilter;
 | 
|  
 | 
|  namespace extensions {
 | 
| @@ -60,7 +60,7 @@ void BluetoothPrivateAPI::OnListenerRemoved(const EventListenerInfo& details) {
 | 
|        details.extension_id);
 | 
|  }
 | 
|  
 | 
| -namespace core_api {
 | 
| +namespace api {
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| @@ -415,6 +415,6 @@ bool BluetoothPrivateSetDiscoveryFilterFunction::DoWork(
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -}  // namespace core_api
 | 
| +}  // namespace api
 | 
|  
 | 
|  }  // namespace extensions
 | 
| 
 |