diff options
Diffstat (limited to 'base/environment.h')
-rw-r--r-- | base/environment.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/environment.h b/base/environment.h index 9d2a662..8a31e07 100644 --- a/base/environment.h +++ b/base/environment.h @@ -8,7 +8,7 @@ #include <string> -#include "base/base_api.h" +#include "base/base_export.h" #include "build/build_config.h" namespace base { @@ -16,12 +16,12 @@ namespace base { namespace env_vars { #if defined(OS_POSIX) -BASE_API extern const char kHome[]; +BASE_EXPORT extern const char kHome[]; #endif } // namespace env_vars -class BASE_API Environment { +class BASE_EXPORT Environment { public: virtual ~Environment(); |