Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: webkit/chromeos/fileapi/remote_file_system_operation.h

Issue 14671020: FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build and remove base/ change Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/chromeos/fileapi/file_util_async.h ('k') | webkit/chromeos/fileapi/remote_file_system_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/chromeos/fileapi/remote_file_system_operation.h
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h
index 85d1cfa9b5b0295898beb7e56b23957b44b8b465..534a9b3ed317779cb37d93f57357d9c5e6dd1202 100644
--- a/webkit/chromeos/fileapi/remote_file_system_operation.h
+++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
@@ -96,11 +96,10 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperation {
base::PlatformFileError rv,
const base::PlatformFileInfo& file_info,
const base::FilePath& platform_path);
- void DidReadDirectory(
- const ReadDirectoryCallback& callback,
- base::PlatformFileError rv,
- const std::vector<base::FileUtilProxy::Entry>& entries,
- bool has_more);
+ void DidReadDirectory(const ReadDirectoryCallback& callback,
+ base::PlatformFileError rv,
+ const std::vector<fileapi::DirectoryEntry>& entries,
+ bool has_more);
void DidWrite(base::PlatformFileError result,
int64 bytes,
FileWriterDelegate::WriteProgressStatus write_status);
« no previous file with comments | « webkit/chromeos/fileapi/file_util_async.h ('k') | webkit/chromeos/fileapi/remote_file_system_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698