Chromium Code Reviews| Index: base/base_paths.h |
| diff --git a/base/base_paths.h b/base/base_paths.h |
| index ea62a8b43be306723bb1ef78552fe33a496f88fe..3875fb4025114c87b0df199dfe2e297c3a0684eb 100644 |
| --- a/base/base_paths.h |
| +++ b/base/base_paths.h |
| @@ -40,6 +40,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 |