Index: content/browser/indexed_db/indexed_db_quota_client.h |
diff --git a/content/browser/indexed_db/indexed_db_quota_client.h b/content/browser/indexed_db/indexed_db_quota_client.h |
index 6dcdfd58fbb1f1b2be6d030164b8a615377173cc..6f4c50ef690b7c86d9235acd7022e4c87363e09e 100644 |
--- a/content/browser/indexed_db/indexed_db_quota_client.h |
+++ b/content/browser/indexed_db/indexed_db_quota_client.h |
@@ -36,11 +36,13 @@ class IndexedDBQuotaClient : public quota::QuotaClient, |
quota::StorageType type, |
const GetUsageCallback& callback) |
OVERRIDE; |
- virtual void GetOriginsForType(quota::StorageType type, |
- const GetOriginsCallback& callback) OVERRIDE; |
- virtual void GetOriginsForHost(quota::StorageType type, |
- const std::string& host, |
- const GetOriginsCallback& callback) OVERRIDE; |
+ CONTENT_EXPORT virtual void GetOriginsForType( |
+ quota::StorageType type, |
+ const GetOriginsCallback& callback) OVERRIDE; |
+ CONTENT_EXPORT virtual void GetOriginsForHost( |
+ quota::StorageType type, |
+ const std::string& host, |
+ const GetOriginsCallback& callback) OVERRIDE; |
CONTENT_EXPORT virtual void DeleteOriginData(const GURL& origin, |
quota::StorageType type, |
const DeletionCallback& callback) |