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

Unified Diff: ash/wm/common/workspace/phantom_window_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
Index: ash/wm/common/workspace/phantom_window_controller.h
diff --git a/ash/wm/common/workspace/phantom_window_controller.h b/ash/wm/common/workspace/phantom_window_controller.h
index 4715ae69aad18952d1f618c676280ac5874c5d92..c383c2db687daedfe5ffd010c69ef701dbdb959d 100644
--- a/ash/wm/common/workspace/phantom_window_controller.h
+++ b/ash/wm/common/workspace/phantom_window_controller.h
@@ -7,7 +7,7 @@
#include <memory>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "base/macros.h"
#include "ui/gfx/geometry/rect.h"
@@ -23,7 +23,7 @@ class WmWindow;
// PhantomWindowController is responsible for showing a phantom representation
// of a window. It's used to show a preview of how snapping or docking a window
// will affect the window's bounds.
-class ASH_WM_COMMON_EXPORT PhantomWindowController {
+class ASH_EXPORT PhantomWindowController {
public:
explicit PhantomWindowController(wm::WmWindow* window);
« no previous file with comments | « ash/wm/common/workspace/multi_window_resize_controller.h ('k') | ash/wm/common/workspace/two_step_edge_cycler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698