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

Unified Diff: ash/system/status_area_widget.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/overview/overview_button_tray_unittest.cc ('k') | ash/system/status_area_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.h
diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
index ad1c6dd5cdad4f33ae8ef81a81cff882c61f8418..41ea72e9ac3d722bc8c192a8cbb0b002cbdc3c56 100644
--- a/ash/system/status_area_widget.h
+++ b/ash/system/status_area_widget.h
@@ -11,15 +11,11 @@
#include "ui/views/widget/widget.h"
namespace ash {
-
class OverviewButtonTray;
class ShellDelegate;
+class StatusAreaWidgetDelegate;
class SystemTray;
class WebNotificationTray;
-
-namespace internal {
-
-class StatusAreaWidgetDelegate;
#if defined(OS_CHROMEOS)
class LogoutButtonTray;
class VirtualKeyboardTray;
@@ -50,7 +46,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
// notification tray.
void UpdateAfterLoginStatusChange(user::LoginStatus login_status);
- internal::StatusAreaWidgetDelegate* status_area_widget_delegate() {
+ StatusAreaWidgetDelegate* status_area_widget_delegate() {
return status_area_widget_delegate_;
}
SystemTray* system_tray() { return system_tray_; }
@@ -84,7 +80,7 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
void AddOverviewButtonTray();
// Weak pointers to View classes that are parented to StatusAreaWidget:
- internal::StatusAreaWidgetDelegate* status_area_widget_delegate_;
+ StatusAreaWidgetDelegate* status_area_widget_delegate_;
OverviewButtonTray* overview_button_tray_;
SystemTray* system_tray_;
WebNotificationTray* web_notification_tray_;
@@ -97,7 +93,6 @@ class ASH_EXPORT StatusAreaWidget : public views::Widget {
DISALLOW_COPY_AND_ASSIGN(StatusAreaWidget);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_STATUS_AREA_WIDGET_H_
« no previous file with comments | « ash/system/overview/overview_button_tray_unittest.cc ('k') | ash/system/status_area_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698