| Index: base/base_paths_linux.cc
|
| diff --git a/base/base_paths_linux.cc b/base/base_paths_linux.cc
|
| index 6d837f293ac605b21a3144b5965622a34da46da2..701b9830f6d1b5a4c74aed923361d5c2c13d6c54 100644
|
| --- a/base/base_paths_linux.cc
|
| +++ b/base/base_paths_linux.cc
|
| @@ -105,7 +105,7 @@ bool PathProviderPosix(int key, FilePath* result) {
|
| << "Try running from your chromium/src directory.";
|
| return false;
|
| }
|
| - case base::DIR_USER_CACHE:
|
| + case base::DIR_CACHE:
|
| scoped_ptr<base::Environment> env(base::Environment::Create());
|
| FilePath cache_dir(base::nix::GetXDGDirectory(env.get(), "XDG_CACHE_HOME",
|
| ".cache"));
|
|
|