| Index: content/common/fileapi/webfilesystem_callback_dispatcher.h
|
| diff --git a/content/common/fileapi/webfilesystem_callback_dispatcher.h b/content/common/fileapi/webfilesystem_callback_dispatcher.h
|
| index ce2178bbb02f9c7510494d60e1d40989eeba07c0..5a36ff3223a214716a421f771cbb35f914df959b 100644
|
| --- a/content/common/fileapi/webfilesystem_callback_dispatcher.h
|
| +++ b/content/common/fileapi/webfilesystem_callback_dispatcher.h
|
| @@ -32,7 +32,7 @@ class WebFileSystemCallbackDispatcher
|
| const base::PlatformFileInfo& file_info,
|
| const base::FilePath& platform_path) OVERRIDE;
|
| virtual void DidReadDirectory(
|
| - const std::vector<base::FileUtilProxy::Entry>& entries,
|
| + const std::vector<fileapi::FileSystemOperation::Entry>& entries,
|
| bool has_more) OVERRIDE;
|
| virtual void DidOpenFileSystem(const std::string&,
|
| const GURL&) OVERRIDE;
|
|
|