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

Unified Diff: ash/system/tray/tray_notification_view.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_notification_view.h ('k') | ash/system/tray/tray_popup_header_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_notification_view.cc
diff --git a/ash/system/tray/tray_notification_view.cc b/ash/system/tray/tray_notification_view.cc
index c09589285eadea8d922df6a3aa223dc178e3fba0..d27296f814c89e9d9a7e98dbbfd25867e66f37b4 100644
--- a/ash/system/tray/tray_notification_view.cc
+++ b/ash/system/tray/tray_notification_view.cc
@@ -16,7 +16,6 @@
#include "ui/views/layout/grid_layout.h"
namespace ash {
-namespace internal {
TrayNotificationView::TrayNotificationView(SystemTrayItem* owner, int icon_id)
: owner_(owner),
@@ -168,5 +167,4 @@ void TrayNotificationView::HandleClickAction() {
OnClickAction();
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray/tray_notification_view.h ('k') | ash/system/tray/tray_popup_header_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698