| Index: webkit/fileapi/file_system_callback_dispatcher.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_callback_dispatcher.h (revision 72915)
|
| +++ webkit/fileapi/file_system_callback_dispatcher.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| // all contents (the subsets reported in any two calls are disjoint), and
|
| // |has_more| will be true, except for the last chunk.
|
| virtual void DidReadDirectory(
|
| - const std::vector<base::FileUtilProxy::Entry>& entries,
|
| + const std::vector<base::FileUtilProxyBase::Entry>& entries,
|
| bool has_more) = 0;
|
|
|
| // Callback for opening a file system. Called with a name and root path for
|
|
|