diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 22:59:44 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 22:59:44 +0000 |
commit | e87687feb9cace286a412def5e199033d3fe4fd1 (patch) | |
tree | 6a3d5241cf94e12110ba642c819516431c489f25 /ui/aura/layout_manager.h | |
parent | c750bb202fef68a9521c1ae8e1dec8bd74146be5 (diff) | |
download | chromium_src-e87687feb9cace286a412def5e199033d3fe4fd1.zip chromium_src-e87687feb9cace286a412def5e199033d3fe4fd1.tar.gz chromium_src-e87687feb9cace286a412def5e199033d3fe4fd1.tar.bz2 |
Gets component build to work with aura. As part of this I needed to
break screen_aura in two. Otherwise we end up with a circular
dependency between ui and aura.
BUG=none
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8205018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/layout_manager.h')
-rw-r--r-- | ui/aura/layout_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/layout_manager.h b/ui/aura/layout_manager.h index 0d41468..be4e856 100644 --- a/ui/aura/layout_manager.h +++ b/ui/aura/layout_manager.h @@ -6,12 +6,12 @@ #define UI_AURA_LAYOUT_MANAGER_H_ #pragma once -#include "ui/aura_shell/aura_shell_export.h" +#include "ui/aura/aura_export.h" namespace aura { // An interface implemented by an object that places child windows. -class AURA_SHELL_EXPORT LayoutManager { +class AURA_EXPORT LayoutManager { public: virtual ~LayoutManager() {} |