| Index: webkit/fileapi/file_system_callback_dispatcher.h
|
| diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h
|
| index af0a757bdb50fa053e722db6753c934e6197b837..990e6332d2d319a4c0eb4f2e8c6047a3ce166934 100644
|
| --- a/webkit/fileapi/file_system_callback_dispatcher.h
|
| +++ b/webkit/fileapi/file_system_callback_dispatcher.h
|
| @@ -30,7 +30,7 @@ class WEBKIT_STORAGE_EXPORT FileSystemCallbackDispatcher {
|
| // Callback to report information for a file.
|
| virtual void DidReadMetadata(
|
| const base::PlatformFileInfo& file_info,
|
| - const FilePath& platform_path) = 0;
|
| + const base::FilePath& platform_path) = 0;
|
|
|
| // Callback to report the contents of a directory. If the contents of
|
| // the given directory are reported in one batch, then |entries| will have
|
|
|