Index: chrome/browser/file_system/browser_file_system_callback_dispatcher.h |
=================================================================== |
--- chrome/browser/file_system/browser_file_system_callback_dispatcher.h (revision 64690) |
+++ chrome/browser/file_system/browser_file_system_callback_dispatcher.h (working copy) |
@@ -20,7 +20,7 @@ |
virtual void DidSucceed(); |
virtual void DidReadMetadata(const base::PlatformFileInfo& file_info); |
virtual void DidReadDirectory( |
- const std::vector<base::file_util_proxy::Entry>& entries, |
+ const std::vector<base::FileUtilProxy::Entry>& entries, |
bool has_more); |
virtual void DidOpenFileSystem(const std::string& name, |
const FilePath& root_path); |