| Index: ash/system/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc
|
| index eb3177e13fe062c8746d2bfa51a4d2fe2a619cfc..870ea73ab201f000df935e449e299aa78050183f 100644
|
| --- a/ash/system/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/system/bluetooth/tray_bluetooth.cc
|
| @@ -25,10 +25,7 @@
|
| #include "ui/views/layout/box_layout.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace tray {
|
| -
|
| namespace {
|
|
|
| // Updates bluetooth device |device| in the |list|. If it is new, append to the
|
| @@ -465,5 +462,4 @@ void TrayBluetooth::OnBluetoothDiscoveringChanged() {
|
| detailed_->Update();
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|