Index: webkit/quota/quota_client.h |
diff --git a/webkit/quota/quota_client.h b/webkit/quota/quota_client.h |
index e74ffb3b296960bd9264c41320ab53f9d7bba751..88a5ddfe2ff1f25c802cf66d4f9d2d4bea4d05f1 100644 |
--- a/webkit/quota/quota_client.h |
+++ b/webkit/quota/quota_client.h |
@@ -12,6 +12,7 @@ |
#include "base/callback.h" |
#include "googleurl/src/gurl.h" |
#include "webkit/quota/quota_types.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace quota { |
@@ -19,7 +20,7 @@ namespace quota { |
// Each storage API must provide an implementation of this interface and |
// register it to the quota manager. |
// All the methods are assumed to be called on the IO thread in the browser. |
-class QuotaClient { |
+class WEBKIT_STORAGE_EXPORT QuotaClient { |
public: |
typedef base::Callback<void(int64)> GetUsageCallback; // NOLINT |
typedef base::Callback<void(const std::set<GURL>&, StorageType)> |