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