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

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

Issue 100743003: Extend content::DesktopMediaID to allow Aura windows as capture sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/desktop_capture_device_aura.h
diff --git a/content/browser/renderer_host/media/desktop_capture_device_aura.h b/content/browser/renderer_host/media/desktop_capture_device_aura.h
index bd0d7180b9590b38538d4a16c2661122a751da97..faca53b9b6e121a554b8d172c149d6acabd586eb 100644
--- a/content/browser/renderer_host/media/desktop_capture_device_aura.h
+++ b/content/browser/renderer_host/media/desktop_capture_device_aura.h
@@ -9,7 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "content/common/content_export.h"
-#include "content/public/common/desktop_media_id.h"
+#include "content/public/browser/desktop_media_id.h"
#include "media/video/capture/video_capture_device.h"
namespace aura {

Powered by Google App Engine
This is Rietveld 408576698