Chromium Code Reviews| 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 { |
|
miu
2013/02/20 06:45:10
I'm assuming this is for the unittest linkage?
ncarter (slow)
2013/02/22 02:16:11
Yes.
|
| public: |
| // Returns a new id after appending the device id scheme for virtual streams. |
| static std::string AppendWebContentsDeviceScheme( |