Index: webkit/browser/quota/quota_manager.h |
diff --git a/webkit/browser/quota/quota_manager.h b/webkit/browser/quota/quota_manager.h |
index 9fe9586a4f53b226f32f9bdaba181904245e569d..989dc3a61ec3b7ae3e0b5d78f75c2b5a8fa77bd2 100644 |
--- a/webkit/browser/quota/quota_manager.h |
+++ b/webkit/browser/quota/quota_manager.h |
@@ -26,7 +26,7 @@ |
#include "webkit/browser/quota/quota_task.h" |
#include "webkit/browser/quota/special_storage_policy.h" |
#include "webkit/browser/quota/storage_observer.h" |
-#include "webkit/browser/webkit_storage_browser_export.h" |
+#include "webkit/browser/storage_export.h" |
namespace base { |
class FilePath; |
@@ -56,7 +56,7 @@ class UsageTracker; |
struct QuotaManagerDeleter; |
-struct WEBKIT_STORAGE_BROWSER_EXPORT UsageAndQuota { |
+struct STORAGE_EXPORT UsageAndQuota { |
int64 usage; |
int64 global_limited_usage; |
int64 quota; |
@@ -70,7 +70,7 @@ struct WEBKIT_STORAGE_BROWSER_EXPORT UsageAndQuota { |
}; |
// An interface called by QuotaTemporaryStorageEvictor. |
-class WEBKIT_STORAGE_BROWSER_EXPORT QuotaEvictionHandler { |
+class STORAGE_EXPORT QuotaEvictionHandler { |
public: |
typedef base::Callback<void(const GURL&)> GetLRUOriginCallback; |
typedef StatusCallback EvictOriginDataCallback; |
@@ -109,7 +109,7 @@ struct UsageInfo { |
// The quota manager class. This class is instantiated per profile and |
// held by the profile. With the exception of the constructor and the |
// proxy() method, all methods should only be called on the IO thread. |
-class WEBKIT_STORAGE_BROWSER_EXPORT QuotaManager |
+class STORAGE_EXPORT QuotaManager |
: public QuotaTaskObserver, |
public QuotaEvictionHandler, |
public base::RefCountedThreadSafe<QuotaManager, QuotaManagerDeleter> { |