| Index: content/renderer/pepper/null_file_system_callback_dispatcher.h
|
| diff --git a/content/renderer/pepper/null_file_system_callback_dispatcher.h b/content/renderer/pepper/null_file_system_callback_dispatcher.h
|
| index 103194821f2298a0058abdc842ff85188c74d01b..1dd670c0fafa64522defc8065154fd58ff7bff7c 100644
|
| --- a/content/renderer/pepper/null_file_system_callback_dispatcher.h
|
| +++ b/content/renderer/pepper/null_file_system_callback_dispatcher.h
|
| @@ -36,7 +36,7 @@ class NullFileSystemCallbackDispatcher
|
| 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& name,
|
| const GURL& root) OVERRIDE;
|
|
|