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

Unified Diff: ash/system/tray_accessibility.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/tray/view_click_listener.h ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_accessibility.h
diff --git a/ash/system/tray_accessibility.h b/ash/system/tray_accessibility.h
index df0a186d6e6fd0c1a458db5bf3857a64ba2e9843..b2bc6489d8f85825945be5eb87f42202353d0b5f 100644
--- a/ash/system/tray_accessibility.h
+++ b/ash/system/tray_accessibility.h
@@ -27,7 +27,7 @@ class View;
}
namespace ash {
-
+class HoverHighlightView;
class SystemTrayItem;
class ASH_EXPORT AccessibilityObserver {
@@ -39,9 +39,6 @@ class ASH_EXPORT AccessibilityObserver {
AccessibilityNotificationVisibility notify) = 0;
};
-namespace internal {
-
-class HoverHighlightView;
namespace tray {
@@ -150,7 +147,6 @@ class TrayAccessibility : public TrayImageItem,
DISALLOW_COPY_AND_ASSIGN(TrayAccessibility);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_TRAY_ACCESSIBILITY_H_
« no previous file with comments | « ash/system/tray/view_click_listener.h ('k') | ash/system/tray_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698