Index: webkit/fileapi/syncable/local_file_sync_status_unittest.cc |
diff --git a/webkit/fileapi/syncable/local_file_sync_status_unittest.cc b/webkit/fileapi/syncable/local_file_sync_status_unittest.cc |
index a899e3c3debca1c6df88a033de9823f17275609f..c78237f74159c08346295cc892dc763c97525a9c 100644 |
--- a/webkit/fileapi/syncable/local_file_sync_status_unittest.cc |
+++ b/webkit/fileapi/syncable/local_file_sync_status_unittest.cc |
@@ -20,7 +20,7 @@ const char kOther1[] = "filesystem:http://foo.com/test/dir b"; |
const char kOther2[] = "filesystem:http://foo.com/temporary/dir a"; |
FileSystemURL URL(const char* spec) { |
- return FileSystemURL(GURL(spec)); |
+ return FileSystemURL::CreateForTest((GURL(spec))); |
} |
} // namespace |