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

Unified Diff: ash/wm/common/workspace/two_step_edge_cycler.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
Index: ash/wm/common/workspace/two_step_edge_cycler.h
diff --git a/ash/wm/common/workspace/two_step_edge_cycler.h b/ash/wm/common/workspace/two_step_edge_cycler.h
index 10143cd1e7bce77ae249f3be5e74956a07ded1e3..f4c76d17878a7330a74a6ddbf34d3e4f4d7946f6 100644
--- a/ash/wm/common/workspace/two_step_edge_cycler.h
+++ b/ash/wm/common/workspace/two_step_edge_cycler.h
@@ -5,7 +5,7 @@
#ifndef ASH_WM_COMMON_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
#define ASH_WM_COMMON_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "base/macros.h"
#include "base/time/time.h"
#include "ui/gfx/geometry/point.h"
@@ -17,7 +17,7 @@ namespace ash {
// to get back to the first mode once the second mode is reached.
// TwoStepEdgeCycler should be destroyed once the mouse moves off the edge of
// the workspace.
-class ASH_WM_COMMON_EXPORT TwoStepEdgeCycler {
+class ASH_EXPORT TwoStepEdgeCycler {
public:
// The direction in which a mouse should travel to switch mode.
enum Direction { DIRECTION_LEFT, DIRECTION_RIGHT };
« no previous file with comments | « ash/wm/common/workspace/phantom_window_controller.h ('k') | ash/wm/common/workspace/workspace_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698