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

Unified Diff: ash/wm/common/workspace/multi_window_resize_controller.h

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove BUILD.gn 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/workspace/magnetism_matcher.h ('k') | ash/wm/common/workspace/phantom_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/workspace/multi_window_resize_controller.h
diff --git a/ash/wm/common/workspace/multi_window_resize_controller.h b/ash/wm/common/workspace/multi_window_resize_controller.h
index ae986ed5eedee7a258f1837205ebdf9ca592ebac..a0bab3fea061b880b590b9629b70ce79bb95c8a6 100644
--- a/ash/wm/common/workspace/multi_window_resize_controller.h
+++ b/ash/wm/common/workspace/multi_window_resize_controller.h
@@ -8,7 +8,7 @@
#include <memory>
#include <vector>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "ash/wm/common/wm_window_observer.h"
#include "base/macros.h"
#include "base/timer/timer.h"
@@ -32,7 +32,7 @@ enum Direction {
// MultiWindowResizeController is responsible for determining and showing a
// widget that allows resizing multiple windows at the same time.
// MultiWindowResizeController is driven by WorkspaceEventFilter.
-class ASH_WM_COMMON_EXPORT MultiWindowResizeController
+class ASH_EXPORT MultiWindowResizeController
: public views::MouseWatcherListener,
public wm::WmWindowObserver {
public:
« no previous file with comments | « ash/wm/common/workspace/magnetism_matcher.h ('k') | ash/wm/common/workspace/phantom_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698