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

Unified Diff: chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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: chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h
diff --git a/chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h b/chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h
index 1b097178c9def13282777495f85ac1953891e722..ae2b14b2f7c3761031c58b8090284800f8ab8055 100644
--- a/chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h
+++ b/chrome/browser/media_galleries/fileapi/mtp_file_stream_reader.h
@@ -17,15 +17,15 @@ namespace base {
class FilePath;
}
-namespace fileapi {
+namespace storage {
class FileSystemContext;
}
class MTPFileStreamReader
- : public NON_EXPORTED_BASE(webkit_blob::FileStreamReader) {
+ : public NON_EXPORTED_BASE(storage::FileStreamReader) {
public:
- MTPFileStreamReader(fileapi::FileSystemContext* file_system_context,
- const fileapi::FileSystemURL& url,
+ MTPFileStreamReader(storage::FileSystemContext* file_system_context,
+ const storage::FileSystemURL& url,
int64 initial_offset,
const base::Time& expected_modification_time,
bool do_media_header_validation);
@@ -52,8 +52,8 @@ class MTPFileStreamReader
void FinishGetLength(const net::Int64CompletionCallback& callback,
const base::File::Info& file_info);
- scoped_refptr<fileapi::FileSystemContext> file_system_context_;
- fileapi::FileSystemURL url_;
+ scoped_refptr<storage::FileSystemContext> file_system_context_;
+ storage::FileSystemURL url_;
int64 current_offset_;
const base::Time expected_modification_time_;

Powered by Google App Engine
This is Rietveld 408576698