| Index: webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
 | 
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc b/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
 | 
| index 386586bfa343dd74959f37382dec8eae28742c0e..e362afb4d2f8e8c6096ca70f363d2637827304a2 100644
 | 
| --- a/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
 | 
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
 | 
| @@ -72,6 +72,8 @@ FileSystemURL CreateFileSystemURL(const char* path) {
 | 
|  }
 | 
|  
 | 
|  void DidOpenFileSystem(base::PlatformFileError* error_out,
 | 
| +                       const GURL& origin_url,
 | 
| +                       const std::string& name,
 | 
|                         base::PlatformFileError error) {
 | 
|    *error_out = error;
 | 
|  }
 | 
| 
 |