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

Unified Diff: content/browser/renderer_host/media/web_contents_capture_util.h

Issue 12258042: Rewrite WebContentsVideoCaptureDeviceTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refiddle test exclusions. Created 7 years, 10 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: 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(

Powered by Google App Engine
This is Rietveld 408576698