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

Unified Diff: webkit/fileapi/local_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: 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
Index: webkit/fileapi/local_file_system_operation.h
diff --git a/webkit/fileapi/local_file_system_operation.h b/webkit/fileapi/local_file_system_operation.h
index 707c5d3ccf28cf6677b7e94c6ca228a3c6513e09..c76fdc99d17f6edca2d28d73c669095956717868 100644
--- a/webkit/fileapi/local_file_system_operation.h
+++ b/webkit/fileapi/local_file_system_operation.h
@@ -266,7 +266,7 @@ class WEBKIT_STORAGE_EXPORT LocalFileSystemOperation
const base::FilePath& platform_path);
void DidReadDirectory(const ReadDirectoryCallback& callback,
base::PlatformFileError rv,
- const std::vector<base::FileUtilProxy::Entry>& entries,
+ const std::vector<FileSystemOperation::Entry>& entries,
bool has_more);
void DidWrite(const FileSystemURL& url,
base::PlatformFileError rv,

Powered by Google App Engine
This is Rietveld 408576698