Index: base/environment.cc |
diff --git a/base/environment.cc b/base/environment.cc |
index 534a7a88127d5795b95eead2211e3a6de590673d..36871498f7325c2933e7dfbece915be6b20639a6 100644 |
--- a/base/environment.cc |
+++ b/base/environment.cc |
@@ -128,6 +128,7 @@ namespace env_vars { |
// On Posix systems, this variable contains the location of the user's home |
// directory. (e.g, /home/username/). |
const char kHome[] = "HOME"; |
+const char kTempDir[] = "TMPDIR"; |
#endif |
} // namespace env_vars |