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

Unified Diff: ash/system/tray/tray_image_item.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_image_item.h ('k') | ash/system/tray/tray_item_more.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_image_item.cc
diff --git a/ash/system/tray/tray_image_item.cc b/ash/system/tray/tray_image_item.cc
index 7c5e216c9428dbc68190657300cf87cbbe53fc79..386897c46fb925d63bc8c3db726b0c33d4ae9670 100644
--- a/ash/system/tray/tray_image_item.cc
+++ b/ash/system/tray/tray_image_item.cc
@@ -13,7 +13,6 @@
#include "ui/views/layout/box_layout.h"
namespace ash {
-namespace internal {
TrayImageItem::TrayImageItem(SystemTray* system_tray, int resource_id)
: SystemTrayItem(system_tray),
@@ -89,5 +88,4 @@ void TrayImageItem::SetItemAlignment(ShelfAlignment alignment) {
tray_view_->Layout();
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray/tray_image_item.h ('k') | ash/system/tray/tray_item_more.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698