Index: content/browser/renderer_host/media/web_contents_capture_util.h |
diff --git a/content/browser/renderer_host/media/web_contents_capture_util.h b/content/browser/renderer_host/media/web_contents_capture_util.h |
index 0256a5cd570d9fa1bf672e82fbfbb117fd551213..8f376afdeec1734c207424e572a7ad7b4584c713 100644 |
--- a/content/browser/renderer_host/media/web_contents_capture_util.h |
+++ b/content/browser/renderer_host/media/web_contents_capture_util.h |
@@ -7,9 +7,11 @@ |
#include <string> |
+#include "content/common/content_export.h" |
+ |
namespace content { |
-class WebContentsCaptureUtil { |
+class CONTENT_EXPORT WebContentsCaptureUtil { |
public: |
// Returns a new id after appending the device id scheme for virtual streams. |
static std::string AppendWebContentsDeviceScheme( |