summaryrefslogtreecommitdiffstats
path: root/base/environment.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 23:55:25 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-29 23:55:25 +0000
commit2b92bd5a27606e41358eb7e4e08290b981161d70 (patch)
treec26b0ada88d467dd78d20cc9585312039b1b43e0 /base/environment.h
parent70da41462b30ad99d53be6c38fc42ed7235d1b96 (diff)
downloadchromium_src-2b92bd5a27606e41358eb7e4e08290b981161d70.zip
chromium_src-2b92bd5a27606e41358eb7e4e08290b981161d70.tar.gz
chromium_src-2b92bd5a27606e41358eb7e4e08290b981161d70.tar.bz2
linux: successfully build net_unittests in components build
Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83631 0039d316-1c4b-4281-b951-d872f2087c98
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 cf71724..9d2a662 100644
--- a/base/environment.h
+++ b/base/environment.h
@@ -16,7 +16,7 @@ namespace base {
namespace env_vars {
#if defined(OS_POSIX)
-extern const char kHome[];
+BASE_API extern const char kHome[];
#endif
} // namespace env_vars