diff options
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 |