summaryrefslogtreecommitdiffstats
path: root/chrome/common/file_system/webfilesystem_callback_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/file_system/webfilesystem_callback_dispatcher.cc')
-rw-r--r--chrome/common/file_system/webfilesystem_callback_dispatcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/file_system/webfilesystem_callback_dispatcher.cc b/chrome/common/file_system/webfilesystem_callback_dispatcher.cc
index bf8d901..6d779a2 100644
--- a/chrome/common/file_system/webfilesystem_callback_dispatcher.cc
+++ b/chrome/common/file_system/webfilesystem_callback_dispatcher.cc
@@ -41,7 +41,7 @@ void WebFileSystemCallbackDispatcher::DidReadMetadata(
}
void WebFileSystemCallbackDispatcher::DidReadDirectory(
- const std::vector<base::file_util_proxy::Entry>& entries, bool has_more) {
+ const std::vector<base::FileUtilProxy::Entry>& entries, bool has_more) {
WebVector<WebFileSystemEntry> file_system_entries(entries.size());
for (size_t i = 0; i < entries.size(); i++) {
file_system_entries[i].name =