Index: ash/system/chromeos/network/tray_vpn.cc |
diff --git a/ash/system/chromeos/network/tray_vpn.cc b/ash/system/chromeos/network/tray_vpn.cc |
index d150626568f5280f0e2f02cee1951114c7cb5381..33255576942778fcb7f3ba4c6e19fa2ba4c0348a 100644 |
--- a/ash/system/chromeos/network/tray_vpn.cc |
+++ b/ash/system/chromeos/network/tray_vpn.cc |
@@ -27,8 +27,6 @@ using chromeos::NetworkStateHandler; |
using chromeos::NetworkTypePattern; |
namespace ash { |
-namespace internal { |
- |
namespace tray { |
class VpnDefaultView : public TrayItemMore, |
@@ -176,5 +174,4 @@ void TrayVPN::NetworkServiceChanged(const chromeos::NetworkState* network) { |
detailed_->NetworkServiceChanged(network); |
} |
-} // namespace internal |
} // namespace ash |