| Index: base/path_service_unittest.cc
|
| ===================================================================
|
| --- base/path_service_unittest.cc (revision 67200)
|
| +++ base/path_service_unittest.cc (working copy)
|
| @@ -22,9 +22,9 @@
|
| FilePath path;
|
| bool result = PathService::Get(dir_type, &path);
|
| #if defined(OS_POSIX)
|
| - // If chromium has never been started on this account, the cache path may not
|
| + // If chromium has never been started on this account, the cache path will not
|
| // exist.
|
| - if (dir_type == base::DIR_CACHE)
|
| + if (dir_type == base::DIR_USER_CACHE)
|
| return result && !path.value().empty();
|
| #endif
|
| return result && !path.value().empty() && file_util::PathExists(path);
|
|
|
| Property changes on: base/path_service_unittest.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|