Chromium Code Reviews| Index: base/base_paths.h |
| diff --git a/base/base_paths.h b/base/base_paths.h |
| index 3c3c8edc9aac356171164f4bcca94f47af17d299..f724c3f711bd37cb6e5b8e5994c155a304bdd00b 100644 |
| --- a/base/base_paths.h |
| +++ b/base/base_paths.h |
| @@ -40,6 +40,9 @@ enum { |
| // This is $XDG_CACHE_HOME on Linux and |
| // ~/Library/Caches on Mac. |
| #endif |
| +#if defined(OS_ANDROID) |
| + DIR_ANDROID_APP_DATA, // Directory where to put android app's data. |
| +#endif |
| PATH_END |
| }; |