| Index: webkit/plugins/ppapi/file_callbacks.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/file_callbacks.h (revision 72915)
|
| +++ webkit/plugins/ppapi/file_callbacks.h (working copy)
|
| @@ -41,7 +41,8 @@
|
| virtual void DidSucceed();
|
| virtual void DidReadMetadata(const base::PlatformFileInfo& file_info);
|
| virtual void DidReadDirectory(
|
| - const std::vector<base::FileUtilProxy::Entry>& entries, bool has_more);
|
| + const std::vector<base::FileUtilProxyBase::Entry>& entries,
|
| + bool has_more);
|
| virtual void DidOpenFileSystem(const std::string&,
|
| const FilePath& root_path);
|
| virtual void DidFail(base::PlatformFileError error_code);
|
|
|