Chromium Code Reviews| Index: content/browser/in_process_webkit/indexed_db_quota_client.h |
| diff --git a/content/browser/in_process_webkit/indexed_db_quota_client.h b/content/browser/in_process_webkit/indexed_db_quota_client.h |
| index 29ded7b120aaa8fce9b92dc40a02a85ffc4a04cc..906b295d52afffc908a2f74aa63154ec4e5f0a45 100644 |
| --- a/content/browser/in_process_webkit/indexed_db_quota_client.h |
| +++ b/content/browser/in_process_webkit/indexed_db_quota_client.h |
| @@ -10,6 +10,7 @@ |
| #include "base/memory/ref_counted.h" |
| #include "base/message_loop_proxy.h" |
| +#include "content/common/content_client.h" |
|
jam
2011/09/30 22:05:30
I think you meant content_export?
|
| #include "webkit/quota/quota_client.h" |
| #include "webkit/quota/quota_task.h" |
| #include "webkit/quota/quota_types.h" |
| @@ -22,10 +23,10 @@ class IndexedDBContext; |
| class IndexedDBQuotaClient : public quota::QuotaClient, |
| public quota::QuotaTaskObserver { |
| public: |
| - IndexedDBQuotaClient( |
| + CONTENT_EXPORT IndexedDBQuotaClient( |
| base::MessageLoopProxy* tracker_thread, |
| IndexedDBContext* indexed_db_context); |
| - virtual ~IndexedDBQuotaClient(); |
| + CONTENT_EXPORT virtual ~IndexedDBQuotaClient(); |
| // QuotaClient method overrides |
| virtual ID id() const OVERRIDE; |