summaryrefslogtreecommitdiffstats
path: root/base/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/environment.h')
-rw-r--r--base/environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/environment.h b/base/environment.h
index 9d2a662..cf71724 100644
--- a/base/environment.h
+++ b/base/environment.h
@@ -16,7 +16,7 @@ namespace base {
namespace env_vars {
#if defined(OS_POSIX)
-BASE_API extern const char kHome[];
+extern const char kHome[];
#endif
} // namespace env_vars