| Index: content/browser/streams/stream_context.h
|
| diff --git a/content/browser/streams/stream_context.h b/content/browser/streams/stream_context.h
|
| index 7b8adcbdea8edf36888d03465e2e010dc1dd03e4..fb6cdc720ff270368902d44f7d61b6136d506955 100644
|
| --- a/content/browser/streams/stream_context.h
|
| +++ b/content/browser/streams/stream_context.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| +#include "content/common/content_export.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| namespace content {
|
| @@ -28,7 +29,7 @@ class StreamContext
|
| public:
|
| StreamContext();
|
|
|
| - static StreamContext* GetFor(BrowserContext* browser_context);
|
| + CONTENT_EXPORT static StreamContext* GetFor(BrowserContext* browser_context);
|
|
|
| void InitializeOnIOThread();
|
|
|
| @@ -57,4 +58,3 @@ struct StreamContextDeleter {
|
| } // namespace content
|
|
|
| #endif // CONTENT_BROWSER_STREAMS_STREAM_CONTEXT_H_
|
| -
|
|
|