Chromium Code Reviews| Index: chrome/common/file_system/webfilewriter_impl.cc |
| =================================================================== |
| --- chrome/common/file_system/webfilewriter_impl.cc (revision 72915) |
| +++ chrome/common/file_system/webfilewriter_impl.cc (working copy) |
| @@ -27,7 +27,7 @@ |
| NOTREACHED(); |
| } |
| virtual void DidReadDirectory( |
| - const std::vector<base::FileUtilProxy::Entry>& entries, |
| + const std::vector<base::FileUtilProxyBase::Entry>& entries, |
| bool has_more) { |
| NOTREACHED(); |
| } |