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

Unified Diff: ash/system/user/tray_user_separator.h

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/user/tray_user.cc ('k') | ash/system/user/tray_user_separator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user_separator.h
diff --git a/ash/system/user/tray_user_separator.h b/ash/system/user/tray_user_separator.h
index 62e52092d8aa29258165732cac30d8d0c5294538..003e4cd1d0828888509027c2849cdd1825dd0806 100644
--- a/ash/system/user/tray_user_separator.h
+++ b/ash/system/user/tray_user_separator.h
@@ -9,7 +9,6 @@
#include "ash/system/tray/system_tray_item.h"
namespace ash {
-namespace internal {
// This tray item is showing an additional separator line between the logged in
// users and the rest of the system tray menu. The separator will only be shown
@@ -41,7 +40,6 @@ class ASH_EXPORT TrayUserSeparator : public SystemTrayItem {
DISALLOW_COPY_AND_ASSIGN(TrayUserSeparator);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_USER_TRAY_USER_SEPARATOR_H_
« no previous file with comments | « ash/system/user/tray_user.cc ('k') | ash/system/user/tray_user_separator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698