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

Unified Diff: webkit/plugins/ppapi/file_callbacks.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/plugins/ppapi/file_callbacks.h
diff --git a/webkit/plugins/ppapi/file_callbacks.h b/webkit/plugins/ppapi/file_callbacks.h
index 2df1c24ddd87bf3ace4b11aaf699ac4b7af67669..f37528b9a4ff93798be941d6c7ff2af2400b863a 100644
--- a/webkit/plugins/ppapi/file_callbacks.h
+++ b/webkit/plugins/ppapi/file_callbacks.h
@@ -69,7 +69,8 @@ class FileCallbacks : public fileapi::FileSystemCallbackDispatcher {
const base::PlatformFileInfo& file_info,
const base::FilePath& path);
virtual void DidReadDirectory(
- const std::vector<base::FileUtilProxy::Entry>& entries, bool has_more);
+ const std::vector<fileapi::FileSystemOperation::Entry>& entries,
+ bool has_more);
virtual void DidOpenFileSystem(const std::string&,
const GURL& root_url);
virtual void DidFail(base::PlatformFileError error_code);

Powered by Google App Engine
This is Rietveld 408576698