Index: chrome/browser/extensions/api/downloads/downloads_api_unittest.cc |
diff --git a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc |
index e34f6afb6cd27cea7836ce2b2b4e1705a9b61a36..dd38572ca07b62e8ef8e983c5b414065ab343d7d 100644 |
--- a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc |
+++ b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc |
@@ -722,7 +722,8 @@ class HTML5FileWriter { |
} |
fileapi::FileSystemOperation* operation() { |
- return fs_->CreateFileSystemOperation(fileapi::FileSystemURL(GURL(root_))); |
+ return fs_->CreateFileSystemOperation( |
+ fileapi::FileSystemURL(GURL(root_)), NULL); |
} |
void CreateFile() { |