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

Unified Diff: content/browser/renderer_host/media/video_capture_manager.cc

Issue 104653007: Renamed DesktopCaptureDeviceAsh to DesktopCaptureDeviceAura (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/video_capture_manager.cc
diff --git a/content/browser/renderer_host/media/video_capture_manager.cc b/content/browser/renderer_host/media/video_capture_manager.cc
index 00fa52e43eb0e366848c675ecf7bd44a6559dfe9..0bda4fd467164bf7e22f150961ef94bc243a4655 100644
--- a/content/browser/renderer_host/media/video_capture_manager.cc
+++ b/content/browser/renderer_host/media/video_capture_manager.cc
@@ -26,7 +26,7 @@
#if defined(ENABLE_SCREEN_CAPTURE)
#include "content/browser/renderer_host/media/desktop_capture_device.h"
#if defined(OS_CHROMEOS)
-#include "content/browser/renderer_host/media/desktop_capture_device_ash.h"
+#include "content/browser/renderer_host/media/desktop_capture_device_aura.h"
#endif
#endif
@@ -167,7 +167,7 @@ void VideoCaptureManager::DoStartDeviceOnDeviceThread(
if (id.type != DesktopMediaID::TYPE_NONE) {
#if defined(OS_CHROMEOS)
// TODO(hshi): enable this path for Ash windows in metro mode.
- video_capture_device.reset(DesktopCaptureDeviceAsh::Create(id));
+ video_capture_device.reset(DesktopCaptureDeviceAura::Create(id));
#else
video_capture_device = DesktopCaptureDevice::Create(id);
#endif
« no previous file with comments | « content/browser/renderer_host/media/desktop_capture_device_aura_unittest.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698