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

Unified Diff: storage/browser/fileapi/file_system_dir_url_request_job.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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: storage/browser/fileapi/file_system_dir_url_request_job.h
diff --git a/webkit/browser/fileapi/file_system_dir_url_request_job.h b/storage/browser/fileapi/file_system_dir_url_request_job.h
similarity index 80%
rename from webkit/browser/fileapi/file_system_dir_url_request_job.h
rename to storage/browser/fileapi/file_system_dir_url_request_job.h
index 67e9df38d58465b42becb63e9d48f47341f5563f..808eb4592d7dc03604db700989e0704cfa3ba7db 100644
--- a/webkit/browser/fileapi/file_system_dir_url_request_job.h
+++ b/storage/browser/fileapi/file_system_dir_url_request_job.h
@@ -13,23 +13,22 @@
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop_proxy.h"
#include "net/url_request/url_request_job.h"
-#include "webkit/browser/fileapi/file_system_url.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
+#include "storage/browser/fileapi/file_system_url.h"
+#include "storage/common/storage_export.h"
-namespace fileapi {
+namespace storage {
class FileSystemContext;
struct DirectoryEntry;
// A request job that handles reading filesystem: URLs for directories.
-class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE FileSystemDirURLRequestJob
+class STORAGE_EXPORT_PRIVATE FileSystemDirURLRequestJob
: public net::URLRequestJob {
public:
- FileSystemDirURLRequestJob(
- net::URLRequest* request,
- net::NetworkDelegate* network_delegate,
- const std::string& storage_domain,
- FileSystemContext* file_system_context);
+ FileSystemDirURLRequestJob(net::URLRequest* request,
+ net::NetworkDelegate* network_delegate,
+ const std::string& storage_domain,
+ FileSystemContext* file_system_context);
// URLRequestJob methods:
virtual void Start() OVERRIDE;
@@ -64,6 +63,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE FileSystemDirURLRequestJob
DISALLOW_COPY_AND_ASSIGN(FileSystemDirURLRequestJob);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_DIR_URL_REQUEST_JOB_H_
« no previous file with comments | « storage/browser/fileapi/file_system_context.cc ('k') | storage/browser/fileapi/file_system_dir_url_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698