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

Unified Diff: ash/wm/common/wm_window.h

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke export 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/wm_window.h
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
index 822a837f8383f5bdbd3583e8ffaad2705f9378bf..9d1a168b99ee07484e22340fd6f7c06fbc940f05 100644
--- a/ash/wm/common/wm_window.h
+++ b/ash/wm/common/wm_window.h
@@ -8,7 +8,7 @@
#include <memory>
#include <vector>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "base/time/time.h"
#include "ui/base/ui_base_types.h"
#include "ui/wm/core/window_animations.h"
@@ -42,7 +42,7 @@ class WindowState;
// This class exists as a porting layer to allow ash/wm to work with
// aura::Window
// or mus::Window. See aura::Window for details on the functions.
-class ASH_WM_COMMON_EXPORT WmWindow {
+class ASH_EXPORT WmWindow {
public:
WmWindow* GetRootWindow() {
return const_cast<WmWindow*>(
« no previous file with comments | « ash/wm/common/wm_types.h ('k') | ash/wm/common/wm_window_observer.h » ('j') | mash/wm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698