Index: webkit/fileapi/local_file_system_test_helper.cc |
diff --git a/webkit/fileapi/local_file_system_test_helper.cc b/webkit/fileapi/local_file_system_test_helper.cc |
index 4bbdf57bb3b3b2d283e1e41a9288b8c850dedeb8..7d4692250703fe255655fec44b0c2da044b922be 100644 |
--- a/webkit/fileapi/local_file_system_test_helper.cc |
+++ b/webkit/fileapi/local_file_system_test_helper.cc |
@@ -114,7 +114,8 @@ base::FilePath LocalFileSystemTestOriginHelper::GetLocalPathFromASCII( |
base::FilePath LocalFileSystemTestOriginHelper::GetUsageCachePath() const { |
if (type_ != kFileSystemTypeTemporary && |
- type_ != kFileSystemTypePersistent) |
+ type_ != kFileSystemTypePersistent && |
+ type_ != kFileSystemTypeSyncable) |
return base::FilePath(); |
return file_system_context_-> |
sandbox_provider()->GetUsageCachePathForOriginAndType(origin_, type_); |