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

Unified Diff: ash/system/tray_accessibility.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_accessibility.h ('k') | ash/system/tray_update.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_accessibility.cc
diff --git a/ash/system/tray_accessibility.cc b/ash/system/tray_accessibility.cc
index 073b89896ed8b76a7a975ad00d75897bb7fdb230..1c2fe22eb5426296bed1016f3080abaf562da4a6 100644
--- a/ash/system/tray_accessibility.cc
+++ b/ash/system/tray_accessibility.cc
@@ -27,8 +27,6 @@
#include "ui/views/widget/widget.h"
namespace ash {
-namespace internal {
-
namespace {
enum AccessibilityState {
@@ -92,7 +90,7 @@ class DefaultAccessibilityView : public TrayItemMore {
};
////////////////////////////////////////////////////////////////////////////////
-// ash::internal::tray::AccessibilityPopupView
+// ash::tray::AccessibilityPopupView
AccessibilityPopupView::AccessibilityPopupView(SystemTrayItem* owner,
uint32 enabled_state_bits)
@@ -122,7 +120,7 @@ views::Label* AccessibilityPopupView::CreateLabel(uint32 enabled_state_bits) {
}
////////////////////////////////////////////////////////////////////////////////
-// ash::internal::tray::AccessibilityDetailedView
+// ash::tray::AccessibilityDetailedView
AccessibilityDetailedView::AccessibilityDetailedView(
SystemTrayItem* owner, user::LoginStatus login) :
@@ -308,7 +306,7 @@ void AccessibilityDetailedView::ButtonPressed(views::Button* sender,
} // namespace tray
////////////////////////////////////////////////////////////////////////////////
-// ash::internal::TrayAccessibility
+// ash::TrayAccessibility
TrayAccessibility::TrayAccessibility(SystemTray* system_tray)
: TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_ACCESSIBILITY),
@@ -434,5 +432,4 @@ void TrayAccessibility::OnAccessibilityModeChanged(
previous_accessibility_state_ = accessibility_state;
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray_accessibility.h ('k') | ash/system/tray_update.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698