diff options
Diffstat (limited to 'content/common/fileapi/webfilesystem_callback_dispatcher.cc')
-rw-r--r-- | content/common/fileapi/webfilesystem_callback_dispatcher.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/fileapi/webfilesystem_callback_dispatcher.cc b/content/common/fileapi/webfilesystem_callback_dispatcher.cc index a364b2c..391464d 100644 --- a/content/common/fileapi/webfilesystem_callback_dispatcher.cc +++ b/content/common/fileapi/webfilesystem_callback_dispatcher.cc @@ -38,7 +38,8 @@ void WebFileSystemCallbackDispatcher::DidSucceed() { } void WebFileSystemCallbackDispatcher::DidReadMetadata( - const base::PlatformFileInfo& file_info, const FilePath& platform_path) { + const base::PlatformFileInfo& file_info, + const base::FilePath& platform_path) { WebFileInfo web_file_info; webkit_glue::PlatformFileInfoToWebFileInfo(file_info, &web_file_info); web_file_info.platformPath = webkit_base::FilePathToWebString(platform_path); |