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

Unified Diff: webkit/fileapi/file_system_callback_dispatcher.h

Issue 6286038: Add initial code to do filename munging in the FileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/file_system_callback_dispatcher.h
===================================================================
--- webkit/fileapi/file_system_callback_dispatcher.h (revision 72915)
+++ webkit/fileapi/file_system_callback_dispatcher.h (working copy)
@@ -33,7 +33,7 @@
// all contents (the subsets reported in any two calls are disjoint), and
// |has_more| will be true, except for the last chunk.
virtual void DidReadDirectory(
- const std::vector<base::FileUtilProxy::Entry>& entries,
+ const std::vector<base::FileUtilProxyBase::Entry>& entries,
bool has_more) = 0;
// Callback for opening a file system. Called with a name and root path for

Powered by Google App Engine
This is Rietveld 408576698