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

Unified Diff: content/common/fileapi/webfilesystem_callback_dispatcher.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: content/common/fileapi/webfilesystem_callback_dispatcher.h
diff --git a/content/common/fileapi/webfilesystem_callback_dispatcher.h b/content/common/fileapi/webfilesystem_callback_dispatcher.h
index ce2178bbb02f9c7510494d60e1d40989eeba07c0..5a36ff3223a214716a421f771cbb35f914df959b 100644
--- a/content/common/fileapi/webfilesystem_callback_dispatcher.h
+++ b/content/common/fileapi/webfilesystem_callback_dispatcher.h
@@ -32,7 +32,7 @@ class WebFileSystemCallbackDispatcher
const base::PlatformFileInfo& file_info,
const base::FilePath& platform_path) OVERRIDE;
virtual void DidReadDirectory(
- const std::vector<base::FileUtilProxy::Entry>& entries,
+ const std::vector<fileapi::FileSystemOperation::Entry>& entries,
bool has_more) OVERRIDE;
virtual void DidOpenFileSystem(const std::string&,
const GURL&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698