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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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_context.h
diff --git a/content/browser/in_process_webkit/indexed_db_context.h b/content/browser/in_process_webkit/indexed_db_context.h
index 0e9d963aa1848591c7a46aa2f44663962b179e9e..fee13fd265cb6e35a2e0ae005fb25ffc79327adf 100644
--- a/content/browser/in_process_webkit/indexed_db_context.h
+++ b/content/browser/in_process_webkit/indexed_db_context.h
@@ -16,6 +16,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "content/browser/browser_thread.h"
+#include "content/common/content_export.h"
#include "googleurl/src/gurl.h"
class GURL;
@@ -35,7 +36,8 @@ class QuotaManagerProxy;
class SpecialStoragePolicy;
}
-class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> {
+class CONTENT_EXPORT IndexedDBContext
+ : public base::RefCountedThreadSafe<IndexedDBContext> {
public:
IndexedDBContext(WebKitContext* webkit_context,
quota::SpecialStoragePolicy* special_storage_policy,

Powered by Google App Engine
This is Rietveld 408576698