| Index: chrome/browser/file_system/file_system_dispatcher_host.cc
|
| ===================================================================
|
| --- chrome/browser/file_system/file_system_dispatcher_host.cc (revision 72915)
|
| +++ chrome/browser/file_system/file_system_dispatcher_host.cc (working copy)
|
| @@ -54,7 +54,8 @@
|
| }
|
|
|
| virtual void DidReadDirectory(
|
| - const std::vector<base::FileUtilProxy::Entry>& entries, bool has_more) {
|
| + const std::vector<base::FileUtilProxyBase::Entry>& entries,
|
| + bool has_more) {
|
| dispatcher_host_->Send(new ViewMsg_FileSystem_DidReadDirectory(
|
| request_id_, entries, has_more));
|
| }
|
|
|