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

Unified Diff: Source/core/frame/OriginsUsingFeatures.h

Issue 1170963002: Componentization: make core classes visible for blink_tests and blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/events/TreeScopeEventContext.h ('k') | Source/core/frame/PageScaleConstraintsSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/OriginsUsingFeatures.h
diff --git a/Source/core/frame/OriginsUsingFeatures.h b/Source/core/frame/OriginsUsingFeatures.h
index 72ba1b1da6002ad3abe3e4cf19d3cfee6d7a5fd5..a9f448937c00e6e391c2257659dd19c0a286f494 100644
--- a/Source/core/frame/OriginsUsingFeatures.h
+++ b/Source/core/frame/OriginsUsingFeatures.h
@@ -5,6 +5,7 @@
#ifndef OriginsUsingFeatures_h
#define OriginsUsingFeatures_h
+#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
#include "wtf/HashMap.h"
#include "wtf/Vector.h"
@@ -17,7 +18,7 @@ class Document;
class EventTarget;
class ScriptState;
-class OriginsUsingFeatures {
+class CORE_EXPORT OriginsUsingFeatures {
DISALLOW_ALLOCATION();
public:
~OriginsUsingFeatures();
« no previous file with comments | « Source/core/events/TreeScopeEventContext.h ('k') | Source/core/frame/PageScaleConstraintsSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698