summaryrefslogtreecommitdiffstats
path: root/base/environment.h
diff options
context:
space:
mode:
authormaf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-30 00:12:35 +0000
committermaf@chromium.org <maf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-30 00:12:35 +0000
commit606792fc6d2f4937db65dac6e0991fd538a00c60 (patch)
tree114dc48a74e0e98e946e253dd10e228afda01750 /base/environment.h
parentfcef9e0afacd9dbf4de19651e5da4d9d0ebcae27 (diff)
downloadchromium_src-606792fc6d2f4937db65dac6e0991fd538a00c60.zip
chromium_src-606792fc6d2f4937db65dac6e0991fd538a00c60.tar.gz
chromium_src-606792fc6d2f4937db65dac6e0991fd538a00c60.tar.bz2
Revert 83631 - linux: successfully build net_unittests in components build
Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/6902183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83637 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 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