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

Unified Diff: content/renderer/media/media_stream_registry_interface.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/renderer/media/media_stream_registry_interface.h
diff --git a/content/renderer/media/media_stream_registry_interface.h b/content/renderer/media/media_stream_registry_interface.h
index af4c26a4e78b421595c058cbedd5de802a201d1e..ace11c5e396f9f82377045abd66ebb738ac864aa 100644
--- a/content/renderer/media/media_stream_registry_interface.h
+++ b/content/renderer/media/media_stream_registry_interface.h
@@ -14,7 +14,7 @@ namespace content {
// Interface to get WebMediaStream from its url.
class MediaStreamRegistryInterface {
public:
- virtual WebKit::WebMediaStream GetMediaStream(const std::string& url) = 0;
+ virtual blink::WebMediaStream GetMediaStream(const std::string& url) = 0;
protected:
virtual ~MediaStreamRegistryInterface() {}
« no previous file with comments | « content/renderer/media/media_stream_impl_unittest.cc ('k') | content/renderer/media/media_stream_source_extra_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698