| Index: base/base_paths_linux.cc
|
| ===================================================================
|
| --- base/base_paths_linux.cc (revision 67200)
|
| +++ base/base_paths_linux.cc (working copy)
|
| @@ -105,7 +105,7 @@
|
| << "Try running from your chromium/src directory.";
|
| return false;
|
| }
|
| - case base::DIR_CACHE:
|
| + case base::DIR_USER_CACHE:
|
| scoped_ptr<base::Environment> env(base::Environment::Create());
|
| FilePath cache_dir(base::nix::GetXDGDirectory(env.get(), "XDG_CACHE_HOME",
|
| ".cache"));
|
|
|
| Property changes on: base/base_paths_linux.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|