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

Unified Diff: content/browser/indexed_db/indexed_db_quota_client.h

Issue 258893003: Fix component build for indexed_db_quota_client_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698