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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge 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/dom_storage_context.h
diff --git a/content/browser/in_process_webkit/dom_storage_context.h b/content/browser/in_process_webkit/dom_storage_context.h
index a23dc83a6bb16fa9e4c83270e02a63dfc90c60df..09b0ef6339ea570f7e49ccc8f04f92e78dc5f282 100644
--- a/content/browser/in_process_webkit/dom_storage_context.h
+++ b/content/browser/in_process_webkit/dom_storage_context.h
@@ -14,6 +14,7 @@
#include "base/memory/ref_counted.h"
#include "base/string16.h"
#include "base/time.h"
+#include "content/common/content_export.h"
class DOMStorageArea;
class DOMStorageMessageFilter;
@@ -31,7 +32,7 @@ class SpecialStoragePolicy;
// on the WebKit thread unless noted otherwise.
//
// NOTE: Virtual methods facilitate mocking functions for testing.
-class DOMStorageContext {
+class CONTENT_EXPORT DOMStorageContext {
public:
DOMStorageContext(WebKitContext* webkit_context,
quota::SpecialStoragePolicy* special_storage_policy);

Powered by Google App Engine
This is Rietveld 408576698