Chromium Code Reviews| Index: base/base_paths_mac.h |
| diff --git a/base/base_paths_mac.h b/base/base_paths_mac.h |
| index ac75402f3c1df94f6cc276b274f74841709a4921..959b264cfe247979603cbe7a2ef368273a728615 100644 |
| --- a/base/base_paths_mac.h |
| +++ b/base/base_paths_mac.h |
| @@ -15,6 +15,9 @@ enum { |
| PATH_MAC_START = 200, |
| DIR_APP_DATA, // ~/Library/Application Support |
| + DIR_DESKTOP, // ~/Desktop |
| + DIR_DOCUMENTS, // ~/Documents |
| + DIR_DOWNLOADS, // ~/Downloads |
| PATH_MAC_END |
| }; |