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

Unified Diff: webkit/fileapi/async_file_util.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/remote_file_system_operation.cc ('k') | webkit/fileapi/async_file_util_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/async_file_util.h
diff --git a/webkit/fileapi/async_file_util.h b/webkit/fileapi/async_file_util.h
index 298a7a16c5dfda09aa4ea716ba250db74ab18a70..1c4a5cefa1b6a581c4b7cba02056723d409c91cd 100644
--- a/webkit/fileapi/async_file_util.h
+++ b/webkit/fileapi/async_file_util.h
@@ -9,6 +9,7 @@
#include "base/callback_forward.h"
#include "base/files/file_util_proxy.h"
#include "base/platform_file.h"
+#include "webkit/fileapi/directory_entry.h"
#include "webkit/storage/webkit_storage_export.h"
namespace base {
@@ -47,8 +48,7 @@ class WEBKIT_STORAGE_EXPORT AsyncFileUtil {
const base::PlatformFileInfo& file_info,
const base::FilePath& platform_path)> GetFileInfoCallback;
- typedef base::FileUtilProxy::Entry Entry;
- typedef std::vector<base::FileUtilProxy::Entry> EntryList;
+ typedef std::vector<DirectoryEntry> EntryList;
typedef base::Callback<
void(base::PlatformFileError result,
const EntryList& file_list,
« no previous file with comments | « webkit/chromeos/fileapi/remote_file_system_operation.cc ('k') | webkit/fileapi/async_file_util_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698