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

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

Issue 1199043004: Add tests to FetchBlobDataConsumerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@fix-tests
Patch Set: Created 5 years, 5 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/modules/fetch/FetchBlobDataConsumerHandleTest.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/FetchDataConsumerHandle.h
diff --git a/Source/modules/fetch/FetchDataConsumerHandle.h b/Source/modules/fetch/FetchDataConsumerHandle.h
index 6a2a93b6e6fd955b7f4069a02942489bfca5881d..6f811ab5398541ab309f4cf903f72641f99b1fe8 100644
--- a/Source/modules/fetch/FetchDataConsumerHandle.h
+++ b/Source/modules/fetch/FetchDataConsumerHandle.h
@@ -5,6 +5,7 @@
#ifndef FetchDataConsumerHandle_h
#define FetchDataConsumerHandle_h
+#include "modules/ModulesExport.h"
#include "platform/blob/BlobData.h"
#include "public/platform/WebDataConsumerHandle.h"
#include "wtf/Forward.h"
@@ -18,7 +19,7 @@ namespace blink {
// collected while many clients or related objects may be, it is very easy
// to create a reference cycle. When an client is garbage collected, making
// the client own the handle is the right way.
-class FetchDataConsumerHandle : public WebDataConsumerHandle {
+class MODULES_EXPORT FetchDataConsumerHandle : public WebDataConsumerHandle {
public:
class Reader : public WebDataConsumerHandle::Reader {
public:
« no previous file with comments | « Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698