Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / renderer_host / media / desktop_capture_device_aura.h
index faca53b..92ddd72 100644 (file)
@@ -18,7 +18,7 @@ class Window;
 
 namespace content {
 
-class VideoCaptureDeviceImpl;
+class ContentVideoCaptureDeviceCore;
 
 // An implementation of VideoCaptureDevice that mirrors an Aura window.
 class CONTENT_EXPORT DesktopCaptureDeviceAura
@@ -37,7 +37,7 @@ class CONTENT_EXPORT DesktopCaptureDeviceAura
  private:
   DesktopCaptureDeviceAura(const DesktopMediaID& source);
 
-  const scoped_ptr<class VideoCaptureDeviceImpl> impl_;
+  const scoped_ptr<class ContentVideoCaptureDeviceCore> core_;
 
   DISALLOW_COPY_AND_ASSIGN(DesktopCaptureDeviceAura);
 };