Index: remoting/host/chromoting_host.h |
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
index a0dc3d00a7240056a94f7b6baff04bf06fed9850..614b46678adbe84c0840f32916419838a11c1fb7 100644 |
--- a/remoting/host/chromoting_host.h |
+++ b/remoting/host/chromoting_host.h |
@@ -48,7 +48,7 @@ class DesktopEnvironmentFactory; |
// |
// 2. We listen for incoming connection using libjingle. We will create |
// a ConnectionToClient object that wraps around linjingle for transport. |
-// A VideoScheduler is created with an Encoder and a media::ScreenCapturer. |
+// A VideoScheduler is created with an Encoder and a webrtc::ScreenCapturer. |
// A ConnectionToClient is added to the ScreenRecorder for transporting |
// the screen captures. An InputStub is created and registered with the |
// ConnectionToClient to receive mouse / keyboard events from the remote |