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

Unified Diff: ash/system/status_area_widget.h

Issue 2015043002: mash: Convert shelf to wm::WmWindow types, part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unused include Created 4 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
Index: ash/system/status_area_widget.h
diff --git a/ash/system/status_area_widget.h b/ash/system/status_area_widget.h
index d8459c7bede5ffc6fbc5028d4ca6746f2186a4f5..6b00f202fa8d861953e45128e11083fe1e9710b9 100644
--- a/ash/system/status_area_widget.h
+++ b/ash/system/status_area_widget.h
@@ -22,10 +22,13 @@ class WebNotificationTray;
class LogoutButtonTray;
class VirtualKeyboardTray;
#endif
+namespace wm {
+class WmWindow;
+}
class ASH_EXPORT StatusAreaWidget : public views::Widget {
public:
- StatusAreaWidget(aura::Window* status_container, ShelfWidget* shelf_widget);
+ StatusAreaWidget(wm::WmWindow* status_container, ShelfWidget* shelf_widget);
~StatusAreaWidget() override;
// Creates the SystemTray, WebNotificationTray and LogoutButtonTray.

Powered by Google App Engine
This is Rietveld 408576698