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

Unified Diff: ash/wm/common/wm_toplevel_window_event_handler.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/wm_snap_to_pixel_layout_manager.h ('k') | ash/wm/common/wm_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_toplevel_window_event_handler.h
diff --git a/ash/wm/common/wm_toplevel_window_event_handler.h b/ash/wm/common/wm_toplevel_window_event_handler.h
index fb2626c576c40a762aa365ed2e0eaf4ef327456c..550ed5264511e8432f6bce08a4508c0fa947ad80 100644
--- a/ash/wm/common/wm_toplevel_window_event_handler.h
+++ b/ash/wm/common/wm_toplevel_window_event_handler.h
@@ -7,7 +7,7 @@
#include <memory>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "ash/wm/common/wm_display_observer.h"
#include "ash/wm/common/wm_types.h"
#include "base/callback.h"
@@ -34,8 +34,7 @@ class WmWindow;
// WmToplevelWindowEventHandler handles dragging and resizing of top level
// windows. WmToplevelWindowEventHandler is forwarded events, such as from an
// EventHandler.
-class ASH_WM_COMMON_EXPORT WmToplevelWindowEventHandler
- : public WmDisplayObserver {
+class ASH_EXPORT WmToplevelWindowEventHandler : public WmDisplayObserver {
public:
// Describes what triggered ending the drag.
enum class DragResult {
« no previous file with comments | « ash/wm/common/wm_snap_to_pixel_layout_manager.h ('k') | ash/wm/common/wm_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698