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

Unified Diff: ash/common/root_window_controller_common.h

Issue 2033843003: Makes ash/mus use RootWindowControllerCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_mash_wm
Patch Set: merge fail Created 4 years, 6 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/aura/wm_window_aura.cc ('k') | ash/common/shell_window_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/root_window_controller_common.h
diff --git a/ash/common/root_window_controller_common.h b/ash/common/root_window_controller_common.h
index 7262587928cae5032da233d4ab6fb9f7afc6c34f..5b38c4d632d873254ddd558a075a028c2a142cf3 100644
--- a/ash/common/root_window_controller_common.h
+++ b/ash/common/root_window_controller_common.h
@@ -5,6 +5,7 @@
#ifndef ASH_COMMON_ROOT_WINDOW_CONTROLLER_COMMON_H_
#define ASH_COMMON_ROOT_WINDOW_CONTROLLER_COMMON_H_
+#include "ash/ash_export.h"
#include "base/macros.h"
namespace ash {
@@ -18,7 +19,7 @@ class RootWindowLayoutManager;
// This will eventually become what is RootWindowController. During the
// transition it contains code used by both the aura and mus implementations.
// It should *not* contain any aura specific code.
-class RootWindowControllerCommon {
+class ASH_EXPORT RootWindowControllerCommon {
public:
explicit RootWindowControllerCommon(WmWindow* root);
~RootWindowControllerCommon();
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698