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

Unified Diff: webkit/browser/fileapi/file_system_operation.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: webkit/browser/fileapi/file_system_operation.h
diff --git a/webkit/browser/fileapi/file_system_operation.h b/webkit/browser/fileapi/file_system_operation.h
index 4261a2bd39a8aae759caaec9db4b60e104c4975d..ececc77e3a0b92c6d7455f8ed238241adea0edf1 100644
--- a/webkit/browser/fileapi/file_system_operation.h
+++ b/webkit/browser/fileapi/file_system_operation.h
@@ -23,13 +23,13 @@ namespace net {
class URLRequest;
}
-namespace webkit_blob {
+namespace storage {
class ShareableFileReference;
}
class GURL;
-namespace fileapi {
+namespace storage {
class FileSystemContext;
class FileSystemURL;
@@ -117,8 +117,8 @@ class FileSystemOperation {
void(base::File::Error result,
const base::File::Info& file_info,
const base::FilePath& platform_path,
- const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref)>
- SnapshotFileCallback;
+ const scoped_refptr<storage::ShareableFileReference>& file_ref)>
+ SnapshotFileCallback;
// Used for progress update callback for Copy().
//
@@ -480,6 +480,6 @@ class FileSystemOperation {
};
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
« no previous file with comments | « webkit/browser/fileapi/file_system_file_util.cc ('k') | webkit/browser/fileapi/file_system_operation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698