Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: ash/system/chromeos/network/tray_network.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « ash/system/chromeos/network/tray_network.h ('k') | ash/system/chromeos/network/tray_network_state_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698