| Index: chrome/common/file_system/file_system_dispatcher.h
 | 
| ===================================================================
 | 
| --- chrome/common/file_system/file_system_dispatcher.h	(revision 64690)
 | 
| +++ chrome/common/file_system/file_system_dispatcher.h	(working copy)
 | 
| @@ -87,7 +87,7 @@
 | 
|                         const base::PlatformFileInfo& file_info);
 | 
|    void DidReadDirectory(
 | 
|        int request_id,
 | 
| -      const std::vector<base::file_util_proxy::Entry>& entries,
 | 
| +      const std::vector<base::FileUtilProxy::Entry>& entries,
 | 
|        bool has_more);
 | 
|    void DidFail(int request_id, base::PlatformFileError error_code);
 | 
|    void DidWrite(int request_id, int64 bytes, bool complete);
 | 
| 
 |