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

Unified Diff: ash/shelf/shelf_widget.h

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index aff1642852d97302b48748010ed73f46f31f805f..6ea9ba147a9b5260847532a5bc7407c41177c998 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -20,17 +20,15 @@ class FocusCycler;
class Shelf;
class ShelfLayoutManager;
class StatusAreaWidget;
-class WorkspaceController;
-namespace wm {
class WmWindow;
-}
+class WorkspaceController;
class ASH_EXPORT ShelfWidget : public views::Widget,
public views::WidgetObserver,
public ShelfLayoutManagerObserver {
public:
- ShelfWidget(wm::WmWindow* wm_shelf_container,
- wm::WmWindow* wm_status_container,
+ ShelfWidget(WmWindow* wm_shelf_container,
+ WmWindow* wm_status_container,
WorkspaceController* workspace_controller);
~ShelfWidget() override;
« ash/common/wm_window.h ('K') | « ash/shelf/shelf_view.cc ('k') | ash/shelf/shelf_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698