| Index: chrome/browser/file_system/file_system_backend.h
|
| ===================================================================
|
| --- chrome/browser/file_system/file_system_backend.h (revision 58317)
|
| +++ chrome/browser/file_system/file_system_backend.h (working copy)
|
| @@ -59,13 +59,13 @@
|
| void DidFinishFileOperation(base::PlatformFileError rv);
|
|
|
| void DidDirectoryExists(base::PlatformFileError rv,
|
| - const file_util::FileInfo& file_info);
|
| + const base::PlatformFileInfo& file_info);
|
|
|
| void DidFileExists(base::PlatformFileError rv,
|
| - const file_util::FileInfo& file_info);
|
| + const base::PlatformFileInfo& file_info);
|
|
|
| void DidGetMetadata(base::PlatformFileError rv,
|
| - const file_util::FileInfo& file_info);
|
| + const base::PlatformFileInfo& file_info);
|
|
|
| void DidReadDirectory(
|
| base::PlatformFileError rv,
|
|
|