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

Unified Diff: ash/wm/common/panels/panel_layout_manager.h

Issue 1933303002: Moves windowsresizers to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WorkspaceWindowResizer Created 4 years, 8 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/wm/common/panels/panel_layout_manager.h
diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/common/panels/panel_layout_manager.h
similarity index 96%
rename from ash/wm/panels/panel_layout_manager.h
rename to ash/wm/common/panels/panel_layout_manager.h
index 2f013aaba9587a90cb6e4791d5a761a4d2d6fee1..a19805a0a4e3c6941e2403348f114a99b34fdd32 100644
--- a/ash/wm/panels/panel_layout_manager.h
+++ b/ash/wm/common/panels/panel_layout_manager.h
@@ -2,15 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_PANELS_PANEL_LAYOUT_MANAGER_H_
-#define ASH_WM_PANELS_PANEL_LAYOUT_MANAGER_H_
+#ifndef ASH_WM_COMMON_PANELS_PANEL_LAYOUT_MANAGER_H_
+#define ASH_WM_COMMON_PANELS_PANEL_LAYOUT_MANAGER_H_
#include <list>
#include <memory>
#include "ash/ash_export.h"
-#include "ash/shelf/shelf_icon_observer.h"
-#include "ash/shell_observer.h"
#include "ash/wm/common/shelf/wm_shelf_observer.h"
#include "ash/wm/common/window_state_observer.h"
#include "ash/wm/common/wm_activation_observer.h"
@@ -59,7 +57,6 @@ class WmShelf;
class ASH_EXPORT PanelLayoutManager
: public wm::WmLayoutManager,
- public ShelfIconObserver,
public wm::WindowStateObserver,
public wm::WmActivationObserver,
public wm::WmDisplayObserver,
@@ -214,4 +211,4 @@ class ASH_EXPORT PanelLayoutManager
} // namespace ash
-#endif // ASH_WM_PANELS_PANEL_LAYOUT_MANAGER_H_
+#endif // ASH_WM_COMMON_PANELS_PANEL_LAYOUT_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698