summaryrefslogtreecommitdiffstats
path: root/base/base_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_paths.h')
-rw-r--r--base/base_paths.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/base/base_paths.h b/base/base_paths.h
index 8ec19e5..7718fbe 100644
--- a/base/base_paths.h
+++ b/base/base_paths.h
@@ -14,7 +14,6 @@
#elif defined(OS_MACOSX)
#include "base/base_paths_mac.h"
#endif
-#include "base/path_service.h"
namespace base {
@@ -32,6 +31,11 @@ enum {
DIR_SOURCE_ROOT, // Returns the root of the source tree. This key is useful
// for tests that need to locate various resources. It
// should not be used outside of test code.
+#if defined(OS_LINUX)
+ DIR_USER_CACHE, // Directory where user cache data resides. The Chromium
+ // browser cache can be a subdirectory of DIR_USER_CACHE.
+ // This is $XDG_CACHE_HOME on Linux.
+#endif
PATH_END
};