summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/video_destination_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/media/video_destination_handler.cc')
-rw-r--r--content/renderer/media/video_destination_handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/media/video_destination_handler.cc b/content/renderer/media/video_destination_handler.cc
index 7438c49..692efef 100644
--- a/content/renderer/media/video_destination_handler.cc
+++ b/content/renderer/media/video_destination_handler.cc
@@ -168,12 +168,12 @@ bool VideoDestinationHandler::Open(
factory = RenderThreadImpl::current()->GetMediaStreamDependencyFactory();
DCHECK(factory != NULL);
}
- WebKit::WebMediaStream stream;
+ blink::WebMediaStream stream;
if (registry) {
stream = registry->GetMediaStream(url);
} else {
stream =
- WebKit::WebMediaStreamRegistry::lookupMediaStreamDescriptor(GURL(url));
+ blink::WebMediaStreamRegistry::lookupMediaStreamDescriptor(GURL(url));
}
if (stream.isNull() || !stream.extraData()) {
LOG(ERROR) << "VideoDestinationHandler::Open - invalid url: " << url;