Index: base/base_paths.h |
diff --git a/base/base_paths.h b/base/base_paths.h |
index f1f3f167dadcff526145d7dcb83e5208293a4f2d..ef786b4109f0055c26e5a48b7a2921173cfb443c 100644 |
--- a/base/base_paths.h |
+++ b/base/base_paths.h |
@@ -41,6 +41,7 @@ enum BasePathKey { |
// browser cache can be a subdirectory. |
// This is $XDG_CACHE_HOME on Linux and |
// ~/Library/Caches on Mac. |
+ DIR_HOME, // $HOME on POSIX-like systems. |
#endif |
PATH_END |