| Index: webkit/tools/test_shell/simple_file_system.cc
 | 
| ===================================================================
 | 
| --- webkit/tools/test_shell/simple_file_system.cc	(revision 64690)
 | 
| +++ webkit/tools/test_shell/simple_file_system.cc	(working copy)
 | 
| @@ -73,10 +73,10 @@
 | 
|    }
 | 
|  
 | 
|    virtual void DidReadDirectory(
 | 
| -      const std::vector<base::file_util_proxy::Entry>& entries,
 | 
| +      const std::vector<base::FileUtilProxy::Entry>& entries,
 | 
|        bool has_more) {
 | 
|      std::vector<WebFileSystemEntry> web_entries_vector;
 | 
| -    for (std::vector<base::file_util_proxy::Entry>::const_iterator it =
 | 
| +    for (std::vector<base::FileUtilProxy::Entry>::const_iterator it =
 | 
|               entries.begin(); it != entries.end(); ++it) {
 | 
|        WebFileSystemEntry entry;
 | 
|        entry.name = webkit_glue::FilePathStringToWebString(it->name);
 | 
| 
 |