| Index: ash/system/chromeos/network/tray_network.cc
|
| diff --git a/ash/system/chromeos/network/tray_network.cc b/ash/system/chromeos/network/tray_network.cc
|
| index d8e745b12c45f8cb3fa54c0c326ec2ef0bde0e85..598246c9e28d62b909a08f50d19b369d99c280c2 100644
|
| --- a/ash/system/chromeos/network/tray_network.cc
|
| +++ b/ash/system/chromeos/network/tray_network.cc
|
| @@ -40,8 +40,6 @@ using chromeos::NetworkStateHandler;
|
| using chromeos::NetworkTypePattern;
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace tray {
|
|
|
| class NetworkTrayView : public TrayItemView,
|
| @@ -374,5 +372,4 @@ void TrayNetwork::NetworkServiceChanged(const chromeos::NetworkState* network) {
|
| detailed_->NetworkServiceChanged(network);
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|