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

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

Issue 1943603002: Makes ash/wm/common a library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again 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
« no previous file with comments | « ash/wm/common/fullscreen_window_finder.h ('k') | ash/wm/common/panels/panel_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/panels/panel_layout_manager.h
diff --git a/ash/wm/common/panels/panel_layout_manager.h b/ash/wm/common/panels/panel_layout_manager.h
index a19805a0a4e3c6941e2403348f114a99b34fdd32..91c4b81c07891479049891bbb7dfcfd970fd3ba9 100644
--- a/ash/wm/common/panels/panel_layout_manager.h
+++ b/ash/wm/common/panels/panel_layout_manager.h
@@ -8,7 +8,7 @@
#include <list>
#include <memory>
-#include "ash/ash_export.h"
+#include "ash/wm/common/ash_wm_common_export.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"
@@ -55,7 +55,7 @@ class WmShelf;
// its layout manager to this instance, e.g.:
// panel_container->SetLayoutManager(new PanelLayoutManager(panel_container));
-class ASH_EXPORT PanelLayoutManager
+class ASH_WM_COMMON_EXPORT PanelLayoutManager
: public wm::WmLayoutManager,
public wm::WindowStateObserver,
public wm::WmActivationObserver,
@@ -136,7 +136,7 @@ class ASH_EXPORT PanelLayoutManager
views::Widget* CreateCalloutWidget();
- struct ASH_EXPORT PanelInfo {
+ struct ASH_WM_COMMON_EXPORT PanelInfo {
PanelInfo() : window(NULL), callout_widget(NULL), slide_in(false) {}
bool operator==(const wm::WmWindow* other_window) const {
« no previous file with comments | « ash/wm/common/fullscreen_window_finder.h ('k') | ash/wm/common/panels/panel_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698