| Index: webkit/fileapi/file_system_path_manager_unittest.cc
|
| ===================================================================
|
| --- webkit/fileapi/file_system_path_manager_unittest.cc (revision 67702)
|
| +++ webkit/fileapi/file_system_path_manager_unittest.cc (working copy)
|
| @@ -210,8 +210,8 @@
|
|
|
| FilePath data_path() { return data_dir_->path(); }
|
| FilePath file_system_path() {
|
| - return FileSystemPathManager::GetFileSystemCommonRootDirectory(
|
| - data_dir_->path());
|
| + return data_dir_->path().Append(
|
| + FileSystemPathManager::kFileSystemDirectory);
|
| }
|
|
|
| private:
|
|
|