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

Unified Diff: ash/system/status_area_widget.h

Issue 2895843002: chromeos: Eliminate WmWindow from //ash/system (Closed)
Patch Set: comments Created 3 years, 7 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/palette/palette_utils.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 7b304fbbcad62976f456431bcc729ee26c9113bb..f93ff55b9f96c0dcee2bc77d4e3350b315c08867 100644
--- a/ash/system/status_area_widget.h
+++ b/ash/system/status_area_widget.h
@@ -12,6 +12,10 @@
#include "base/macros.h"
#include "ui/views/widget/widget.h"
+namespace aura {
+class Window;
+}
+
namespace ash {
class ImeMenuTray;
class LockScreenActionTray;
@@ -23,12 +27,11 @@ class SystemTray;
class VirtualKeyboardTray;
class WebNotificationTray;
class WmShelf;
-class WmWindow;
class ASH_EXPORT StatusAreaWidget : public views::Widget,
public ShelfBackgroundAnimatorObserver {
public:
- StatusAreaWidget(WmWindow* status_container, WmShelf* wm_shelf);
+ StatusAreaWidget(aura::Window* status_container, WmShelf* wm_shelf);
~StatusAreaWidget() override;
// Creates the SystemTray, WebNotificationTray and LogoutButtonTray.
« no previous file with comments | « ash/system/palette/palette_utils.cc ('k') | ash/system/status_area_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698