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

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

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 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
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;

Powered by Google App Engine
This is Rietveld 408576698