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