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

Unified Diff: Source/core/dom/RemoteSecurityContext.h

Issue 1074703002: Componentization: make core/dom visible for blink_web and blink_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/dom/Range.h ('k') | Source/core/dom/ScriptLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/RemoteSecurityContext.h
diff --git a/Source/core/dom/RemoteSecurityContext.h b/Source/core/dom/RemoteSecurityContext.h
index 9f5723426e64bf4a14ea029e9fe857d5392bdfc3..a6489ef4734e6a40043b6cd3aa9be0a6fe4c365d 100644
--- a/Source/core/dom/RemoteSecurityContext.h
+++ b/Source/core/dom/RemoteSecurityContext.h
@@ -5,11 +5,12 @@
#ifndef RemoteSecurityContext_h
#define RemoteSecurityContext_h
+#include "core/CoreExport.h"
#include "core/dom/SecurityContext.h"
namespace blink {
-class RemoteSecurityContext : public SecurityContext, public RefCounted<RemoteSecurityContext> {
+class CORE_EXPORT RemoteSecurityContext : public SecurityContext, public RefCounted<RemoteSecurityContext> {
public:
static PassRefPtr<RemoteSecurityContext> create();
void setReplicatedOrigin(PassRefPtr<SecurityOrigin>);
« no previous file with comments | « Source/core/dom/Range.h ('k') | Source/core/dom/ScriptLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698