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

Unified Diff: Source/modules/fetch/CompositeDataConsumerHandle.h

Issue 1212123003: Componentization: make symbols visible. (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
Index: Source/modules/fetch/CompositeDataConsumerHandle.h
diff --git a/Source/modules/fetch/CompositeDataConsumerHandle.h b/Source/modules/fetch/CompositeDataConsumerHandle.h
index a39d6d384b7965dbabebb85616affc6fd9aa582d..48c926439e8b8d81eabdc8de510a3b3ca84bd3d9 100644
--- a/Source/modules/fetch/CompositeDataConsumerHandle.h
+++ b/Source/modules/fetch/CompositeDataConsumerHandle.h
@@ -5,6 +5,7 @@
#ifndef CompositeDataConsumerHandle_h
#define CompositeDataConsumerHandle_h
+#include "modules/ModulesExport.h"
#include "public/platform/WebDataConsumerHandle.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
@@ -15,7 +16,7 @@ namespace blink {
// This is a utility class to construct a composite data consumer handle. It
// owns a web data consumer handle and delegates methods. A user can update
// the handle by using |update| method.
-class CompositeDataConsumerHandle final : public WebDataConsumerHandle {
+class MODULES_EXPORT CompositeDataConsumerHandle final : public WebDataConsumerHandle {
public:
// |handle| must not be null and must not be locked.
static PassOwnPtr<CompositeDataConsumerHandle> create(PassOwnPtr<WebDataConsumerHandle> handle)

Powered by Google App Engine
This is Rietveld 408576698