diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-02 15:44:15 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-02 15:44:15 +0000 |
commit | 6bbc09533e28e0912ac2b1683e3d03cb26ce9fa0 (patch) | |
tree | 0845bd41b1208c7f5d589f5008c820b7deebccb0 /ui/aura/aura_switches.h | |
parent | fb09d2b591378a1f5fdefc3f20a79782687f1465 (diff) | |
download | chromium_src-6bbc09533e28e0912ac2b1683e3d03cb26ce9fa0.zip chromium_src-6bbc09533e28e0912ac2b1683e3d03cb26ce9fa0.tar.gz chromium_src-6bbc09533e28e0912ac2b1683e3d03cb26ce9fa0.tar.bz2 |
Fix shared library build for aura.
TBR=ben@chromium.org,derat@chromium.org
R=ben@chromium.org,derat@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8438039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura_switches.h')
-rw-r--r-- | ui/aura/aura_switches.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h index 7422b66..6df3721 100644 --- a/ui/aura/aura_switches.h +++ b/ui/aura/aura_switches.h @@ -6,10 +6,12 @@ #define UI_AURA_AURA_SWITCHES_H_ #pragma once +#include "ui/aura/aura_export.h" + namespace switches { -extern const char kAuraHostWindowSize[]; -extern const char kAuraWindows[]; +AURA_EXPORT extern const char kAuraHostWindowSize[]; +AURA_EXPORT extern const char kAuraWindows[]; } // namespace switches |