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

Unified Diff: ash/system/tray/tray_utils.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
« no previous file with comments | « ash/system/tray/tray_utils.h ('k') | ash/system/tray/view_click_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_utils.cc
diff --git a/ash/system/tray/tray_utils.cc b/ash/system/tray/tray_utils.cc
index 0145eae1af1f6cff59bc5bf44ddc6bd7b92d74d8..215311753eae84a9ef6ef8bc9afe9a1e4f188fa6 100644
--- a/ash/system/tray/tray_utils.cc
+++ b/ash/system/tray/tray_utils.cc
@@ -11,7 +11,6 @@
#include "ui/views/controls/label.h"
namespace ash {
-namespace internal {
void SetupLabelForTray(views::Label* label) {
// Making label_font static to avoid the time penalty of Derive for all but
@@ -67,5 +66,4 @@ void SetTrayLabelItemBorder(TrayItemView* tray_view,
}
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray/tray_utils.h ('k') | ash/system/tray/view_click_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698