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

Unified Diff: content/renderer/media/peer_connection_handler_base.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/peer_connection_handler_base.h
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h
index 7c62b227be952666e1e51631c376315b8d8307ba..db6c0407e3101f2c345a8821b2bf9c969ef33b44 100644
--- a/content/renderer/media/peer_connection_handler_base.h
+++ b/content/renderer/media/peer_connection_handler_base.h
@@ -32,10 +32,10 @@ class CONTENT_EXPORT PeerConnectionHandlerBase
protected:
virtual ~PeerConnectionHandlerBase();
- void AddStream(const WebKit::WebMediaStream& stream);
- bool AddStream(const WebKit::WebMediaStream& stream,
+ void AddStream(const blink::WebMediaStream& stream);
+ bool AddStream(const blink::WebMediaStream& stream,
const webrtc::MediaConstraintsInterface* constraints);
- void RemoveStream(const WebKit::WebMediaStream& stream);
+ void RemoveStream(const blink::WebMediaStream& stream);
// dependency_factory_ is a raw pointer, and is valid for the lifetime of
// MediaStreamImpl.

Powered by Google App Engine
This is Rietveld 408576698