| Index: ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
|
| diff --git a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
|
| index 0d51a40cb33621814e02c0ff7921dd498d8aa929..e44b28110e7c507ca7e9471d03faff24c8fa0389 100644
|
| --- a/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
|
| +++ b/ash/system/chromeos/bluetooth/bluetooth_notification_controller.h
|
| @@ -17,7 +17,6 @@
|
| #include "device/bluetooth/bluetooth_device.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // The BluetoothNotificationController receives incoming pairing requests from
|
| // the BluetoothAdapter, and notifications of changes to the adapter state and
|
| @@ -89,7 +88,6 @@ class ASH_EXPORT BluetoothNotificationController
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothNotificationController);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SYSTEM_CHROMEOS_BLUETOOTH_BLUETOOTH_NOTIFICATION_CONTROLLER_H_
|
|
|