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

Unified Diff: Source/core/platform/mediastream/RTCSessionDescriptionRequest.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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: Source/core/platform/mediastream/RTCSessionDescriptionRequest.h
diff --git a/Source/core/platform/mediastream/RTCSessionDescriptionRequest.h b/Source/core/platform/mediastream/RTCSessionDescriptionRequest.h
index 0c7b7be38f65feb8ca83831300f8c249d19ae532..988f3ef23b6e1ec94a895f003cac8b8cad940fcc 100644
--- a/Source/core/platform/mediastream/RTCSessionDescriptionRequest.h
+++ b/Source/core/platform/mediastream/RTCSessionDescriptionRequest.h
@@ -36,7 +36,7 @@
#include "wtf/RefPtr.h"
#include "wtf/text/WTFString.h"
-namespace WebKit {
+namespace blink {
class WebRTCSessionDescription;
}
@@ -51,7 +51,7 @@ public:
virtual ~RTCSessionDescriptionRequest() { }
- virtual void requestSucceeded(const WebKit::WebRTCSessionDescription&) = 0;
+ virtual void requestSucceeded(const blink::WebRTCSessionDescription&) = 0;
virtual void requestFailed(const String& error) = 0;
PassRefPtr<ExtraData> extraData() const { return m_extraData; }

Powered by Google App Engine
This is Rietveld 408576698