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

Unified Diff: webkit/browser/fileapi/quota/quota_reservation.h

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: webkit/browser/fileapi/quota/quota_reservation.h
diff --git a/webkit/browser/fileapi/quota/quota_reservation.h b/webkit/browser/fileapi/quota/quota_reservation.h
index be107d6bff856977ef951654bde1403cade332a7..fbcff923568d65c349deb4ec13d7c907a68fe8b2 100644
--- a/webkit/browser/fileapi/quota/quota_reservation.h
+++ b/webkit/browser/fileapi/quota/quota_reservation.h
@@ -11,7 +11,7 @@
#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/browser/storage_export.h"
#include "webkit/common/fileapi/file_system_types.h"
class GURL;
@@ -22,7 +22,7 @@ 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;
« no previous file with comments | « webkit/browser/fileapi/quota/quota_backend_impl.h ('k') | webkit/browser/fileapi/quota/quota_reservation_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698