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

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

Issue 10928043: Media Related changes for TabCapture API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename REQUEST_*->MEDIA_REQUEST_* Created 8 years, 2 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/media_stream_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index 7057b50776b05640ba907137a319e9a84e4c6cbe..5faa7805d93ff1ffaca6979ec81a426efecccf77 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -178,7 +178,7 @@ class CONTENT_EXPORT MediaStreamManager
private:
// Contains all data needed to keep track of requests.
- struct DeviceRequest;
+ class DeviceRequest;
// Cache enumerated device list.
struct EnumerationCache {

Powered by Google App Engine
This is Rietveld 408576698