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

Unified Diff: ash/system/overview/overview_button_tray.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/locale/locale_notification_controller.cc ('k') | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index 9007f0a73040c77290adf7ac98cb9551c7d8031d..d988626f7b5979b43b5ccfc77c6d9b9c340d1604 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -20,24 +20,24 @@ namespace ash {
// This hosts a ShellObserver that listens for the activation of Maximize Mode
// This tray will only be visible while in this state. This tray does not
// provide any bubble view windows.
-class ASH_EXPORT OverviewButtonTray : public internal::TrayBackgroundView,
+class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
public ShellObserver {
public:
- explicit OverviewButtonTray(internal::StatusAreaWidget* status_area_widget);
+ explicit OverviewButtonTray(StatusAreaWidget* status_area_widget);
virtual ~OverviewButtonTray();
// Updates the tray's visibility based on the LoginStatus and the current
// state of MaximizeMode
virtual void UpdateAfterLoginStatusChange(user::LoginStatus status);
- // internal::ActionableView:
+ // ActionableView:
virtual bool PerformAction(const ui::Event& event) OVERRIDE;
// ShellObserver:
virtual void OnMaximizeModeStarted() OVERRIDE;
virtual void OnMaximizeModeEnded() OVERRIDE;
- // internal::TrayBackgroundView:
+ // TrayBackgroundView:
virtual bool ClickedOutsideBubble() OVERRIDE;
virtual base::string16 GetAccessibleNameForTray() OVERRIDE;
virtual void HideBubbleWithView(
« no previous file with comments | « ash/system/locale/locale_notification_controller.cc ('k') | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698