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

Unified Diff: ash/wm/common/window_positioner.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/switchable_windows.h ('k') | ash/wm/common/window_positioning_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/window_positioner.h
diff --git a/ash/wm/common/window_positioner.h b/ash/wm/common/window_positioner.h
index 917eff50f7fb9538bfcaeeb1cdb75b6ff228a7a3..7b5219899fd66a2dd9ac71e5695bc17e6054a0ec 100644
--- a/ash/wm/common/window_positioner.h
+++ b/ash/wm/common/window_positioner.h
@@ -5,7 +5,7 @@
#ifndef ASH_WM_COMMON_WINDOW_POSITIONER_H_
#define ASH_WM_COMMON_WINDOW_POSITIONER_H_
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "base/macros.h"
#include "ui/base/ui_base_types.h"
@@ -29,7 +29,7 @@ class WindowPositionerTest;
// WindowPositioner is used by the browser to move new popups automatically to
// a usable position on the closest work area (of the active window).
-class ASH_WM_COMMON_EXPORT WindowPositioner {
+class ASH_EXPORT WindowPositioner {
public:
// When the screen resolution width is smaller then this size, The algorithm
// will default to maximized.
« no previous file with comments | « ash/wm/common/switchable_windows.h ('k') | ash/wm/common/window_positioning_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698