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

Unified Diff: Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h

Issue 461163002: Cleanup namespace usage in Source/core/modules/[mediasource/* to websockets/*] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months 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
« no previous file with comments | « Source/modules/mediastream/RTCSessionDescription.h ('k') | Source/modules/mediastream/SourceInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
diff --git a/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h b/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
index a5753afe00af3817986125a50e3f70fd9d5401d3..f759c25d883dde172e82dd9d35fcfe57eb7b2565 100644
--- a/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
+++ b/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h
@@ -38,21 +38,18 @@
#include "wtf/PassRefPtr.h"
namespace blink {
-class WebRTCSessionDescription;
-}
-
-namespace blink {
class RTCErrorCallback;
class RTCPeerConnection;
class RTCSessionDescriptionCallback;
+class WebRTCSessionDescription;
class RTCSessionDescriptionRequestImpl FINAL : public RTCSessionDescriptionRequest, public ActiveDOMObject {
public:
static PassRefPtr<RTCSessionDescriptionRequestImpl> create(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<RTCSessionDescriptionCallback>, PassOwnPtr<RTCErrorCallback>);
virtual ~RTCSessionDescriptionRequestImpl();
- virtual void requestSucceeded(const blink::WebRTCSessionDescription&) OVERRIDE;
+ virtual void requestSucceeded(const WebRTCSessionDescription&) OVERRIDE;
virtual void requestFailed(const String& error) OVERRIDE;
// ActiveDOMObject
« no previous file with comments | « Source/modules/mediastream/RTCSessionDescription.h ('k') | Source/modules/mediastream/SourceInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698