Index: content/renderer/media/video_destination_handler.h |
diff --git a/content/renderer/media/video_destination_handler.h b/content/renderer/media/video_destination_handler.h |
index 087d3ac64378c2873be68f17762b5faa246c9ce0..578fe223202fdf8d32c9443f199d799f2a58b722 100644 |
--- a/content/renderer/media/video_destination_handler.h |
+++ b/content/renderer/media/video_destination_handler.h |
@@ -75,7 +75,7 @@ class CONTENT_EXPORT VideoDestinationHandler { |
// |frame_writer|. |
// If |factory| is NULL the MediaStreamDependencyFactory owned by |
// RenderThreadImpl::current() will be used. |
- // If |registry| is NULL the global WebKit::WebMediaStreamRegistry will be |
+ // If |registry| is NULL the global blink::WebMediaStreamRegistry will be |
// used to look up the media stream. |
// The caller of the function takes the ownership of |frame_writer|. |
// Returns true on success and false on failure. |