| Index: webkit/fileapi/file_system_path_manager_unittest.cc
 | 
| ===================================================================
 | 
| --- webkit/fileapi/file_system_path_manager_unittest.cc	(revision 80841)
 | 
| +++ webkit/fileapi/file_system_path_manager_unittest.cc	(working copy)
 | 
| @@ -173,9 +173,14 @@
 | 
|      return true;
 | 
|    }
 | 
|  
 | 
| -  virtual bool IsLocalFileSystemAccessAllowed(const GURL& origin) {
 | 
| +  virtual bool IsLocalFileSystemAccessAllowed(const GURL& origin,
 | 
| +                                              const FilePath& virtual_path) {
 | 
|      return true;
 | 
|    }
 | 
| +
 | 
| +  virtual void GrantLocalFileSystemAccess(const GURL& origin,
 | 
| +                                          const FilePath& virtual_path) {
 | 
| +  }
 | 
|  };
 | 
|  
 | 
|  }  // namespace
 | 
| 
 |