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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider.h

Issue 10447083: Rename webkit_blob::FileReader to FileStreamReader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge master branch. Created 8 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/fileapi/sandbox_file_writer.cc ('k') | webkit/fileapi/sandbox_mount_point_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/sandbox_mount_point_provider.h
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index fb538389e8c8c761b8857e2a8836020020fff49b..87167192ab6dc50ef5c72f2bbc8c5f7d713b1643 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -98,7 +98,7 @@ class FILEAPI_EXPORT SandboxMountPointProvider
FileSystemType file_system_type,
const FilePath& virtual_path,
FileSystemContext* context) const OVERRIDE;
- virtual webkit_blob::FileReader* CreateFileReader(
+ virtual webkit_blob::FileStreamReader* CreateFileStreamReader(
const GURL& url,
int64 offset,
FileSystemContext* context) const OVERRIDE;
« no previous file with comments | « webkit/fileapi/sandbox_file_writer.cc ('k') | webkit/fileapi/sandbox_mount_point_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698