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

Unified Diff: storage/browser/fileapi/quota/quota_reservation_buffer.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/quota/quota_reservation_buffer.h
diff --git a/webkit/browser/fileapi/quota/quota_reservation_buffer.h b/storage/browser/fileapi/quota/quota_reservation_buffer.h
similarity index 93%
rename from webkit/browser/fileapi/quota/quota_reservation_buffer.h
rename to storage/browser/fileapi/quota/quota_reservation_buffer.h
index 0d87a99518a3cfc3fba8fa691507826eb1b2a143..fa08b92b74098e19ded3d0fee0b61bf66eb015c3 100644
--- a/webkit/browser/fileapi/quota/quota_reservation_buffer.h
+++ b/storage/browser/fileapi/quota/quota_reservation_buffer.h
@@ -13,10 +13,10 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "url/gurl.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
-#include "webkit/common/fileapi/file_system_types.h"
+#include "storage/common/storage_export.h"
+#include "storage/common/fileapi/file_system_types.h"
-namespace fileapi {
+namespace storage {
class QuotaReservation;
class OpenFileHandle;
@@ -73,7 +73,7 @@ class QuotaReservationBuffer : public base::RefCounted<QuotaReservationBuffer> {
base::WeakPtr<QuotaReservationManager> reservation_manager_;
GURL origin_;
- fileapi::FileSystemType type_;
+ storage::FileSystemType type_;
int64 reserved_quota_;
@@ -82,6 +82,6 @@ class QuotaReservationBuffer : public base::RefCounted<QuotaReservationBuffer> {
DISALLOW_COPY_AND_ASSIGN(QuotaReservationBuffer);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
« no previous file with comments | « storage/browser/fileapi/quota/quota_reservation.cc ('k') | storage/browser/fileapi/quota/quota_reservation_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698