| Index: chrome/common/render_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/render_messages_internal.h (revision 72915)
|
| +++ chrome/common/render_messages_internal.h (working copy)
|
| @@ -1025,7 +1025,7 @@
|
| base::PlatformFileInfo)
|
| IPC_MESSAGE_CONTROL3(ViewMsg_FileSystem_DidReadDirectory,
|
| int /* request_id */,
|
| - std::vector<base::FileUtilProxy::Entry> /* entries */,
|
| + std::vector<base::FileUtilProxyBase::Entry> /* entries */,
|
| bool /* has_more */)
|
|
|
| IPC_MESSAGE_CONTROL3(ViewMsg_FileSystem_DidWrite,
|
|
|