| Index: webkit/fileapi/syncable/syncable_file_system_util_unittest.cc
|
| diff --git a/webkit/fileapi/syncable/syncable_file_system_util_unittest.cc b/webkit/fileapi/syncable/syncable_file_system_util_unittest.cc
|
| index 356ff534f87e6b5b6ef66d40d6b55799fa88e36f..dfdba1faa6b05b2d1bc5f050a4da3b86748e6e12 100644
|
| --- a/webkit/fileapi/syncable/syncable_file_system_util_unittest.cc
|
| +++ b/webkit/fileapi/syncable/syncable_file_system_util_unittest.cc
|
| @@ -28,7 +28,8 @@ const char kServiceName[] = "service";
|
| const FilePath::CharType kPath[] = FILE_PATH_LITERAL("dir/file");
|
|
|
| FileSystemURL CreateFileSystemURL(const std::string& url) {
|
| - return FileSystemURL(GURL(url));
|
| + return ExternalMountPoints::GetSystemInstance()->CrackURL(
|
| + FileSystemURL(GURL(url)));
|
| }
|
|
|
| FilePath CreateNormalizedFilePath(const FilePath::CharType* path) {
|
|
|