Index: chrome/common/file_system/webfilewriter_impl.cc |
=================================================================== |
--- chrome/common/file_system/webfilewriter_impl.cc (revision 64690) |
+++ chrome/common/file_system/webfilewriter_impl.cc (working copy) |
@@ -12,7 +12,6 @@ |
inline FileSystemDispatcher* GetFileSystemDispatcher() { |
return ChildThread::current()->file_system_dispatcher(); |
} |
- |
} |
class WebFileWriterImpl::CallbackDispatcher |
@@ -28,7 +27,7 @@ |
NOTREACHED(); |
} |
virtual void DidReadDirectory( |
- const std::vector<base::file_util_proxy::Entry>& entries, |
+ const std::vector<base::FileUtilProxy::Entry>& entries, |
bool has_more) { |
NOTREACHED(); |
} |
@@ -78,4 +77,3 @@ |
GetFileSystemDispatcher()->Cancel(request_id_, |
new CallbackDispatcher(AsWeakPtr())); |
} |
- |