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

Unified Diff: storage/browser/fileapi/quota/quota_reservation.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.h
diff --git a/webkit/browser/fileapi/quota/quota_reservation.h b/storage/browser/fileapi/quota/quota_reservation.h
similarity index 91%
rename from webkit/browser/fileapi/quota/quota_reservation.h
rename to storage/browser/fileapi/quota/quota_reservation.h
index 9233a243b976d1dfc47ac4cfc30d8db3dd36d46f..074c5f9462b27722892a6cb43d6323e036213d8d 100644
--- a/webkit/browser/fileapi/quota/quota_reservation.h
+++ b/storage/browser/fileapi/quota/quota_reservation.h
@@ -10,19 +10,19 @@
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
-#include "webkit/browser/fileapi/quota/quota_reservation_manager.h"
-#include "webkit/browser/webkit_storage_browser_export.h"
-#include "webkit/common/fileapi/file_system_types.h"
+#include "storage/browser/fileapi/quota/quota_reservation_manager.h"
+#include "storage/common/storage_export.h"
+#include "storage/common/fileapi/file_system_types.h"
class GURL;
-namespace fileapi {
+namespace storage {
class QuotaReservationBuffer;
class OpenFileHandle;
// Represents a unit of quota reservation.
-class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservation
+class STORAGE_EXPORT QuotaReservation
: public base::RefCounted<QuotaReservation> {
public:
typedef base::Callback<void(base::File::Error error)> StatusCallback;
@@ -90,6 +90,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservation
DISALLOW_COPY_AND_ASSIGN(QuotaReservation);
};
-} // namespace fileapi
+} // namespace storage
#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
« no previous file with comments | « storage/browser/fileapi/quota/quota_backend_impl.cc ('k') | storage/browser/fileapi/quota/quota_reservation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698