| 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..91b0baab3ecc6348d8babd8c76b0e92a669325b5 100644
 | 
| --- a/webkit/fileapi/syncable/syncable_file_system_util_unittest.cc
 | 
| +++ b/webkit/fileapi/syncable/syncable_file_system_util_unittest.cc
 | 
| @@ -28,7 +28,7 @@ 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(GURL(url));
 | 
|  }
 | 
|  
 | 
|  FilePath CreateNormalizedFilePath(const FilePath::CharType* path) {
 | 
| 
 |