| Index: public/platform/WebRTCConfiguration.h
|
| diff --git a/public/platform/WebRTCConfiguration.h b/public/platform/WebRTCConfiguration.h
|
| index f99a5b997386ab1ba12cd18d6e32c90756ff3c18..0881bb735215bad85e4a2bb2d960fe5b0fb35695 100644
|
| --- a/public/platform/WebRTCConfiguration.h
|
| +++ b/public/platform/WebRTCConfiguration.h
|
| @@ -36,7 +36,7 @@
|
| #include "WebPrivatePtr.h"
|
| #include "WebVector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class RTCIceServer;
|
| class RTCConfiguration;
|
| }
|
| @@ -67,11 +67,11 @@ public:
|
| BLINK_PLATFORM_EXPORT WebString credential() const;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT WebRTCICEServer(const WTF::PassRefPtr<WebCore::RTCIceServer>&);
|
| + BLINK_PLATFORM_EXPORT WebRTCICEServer(const WTF::PassRefPtr<blink::RTCIceServer>&);
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::RTCIceServer> m_private;
|
| + WebPrivatePtr<blink::RTCIceServer> m_private;
|
| };
|
|
|
| enum WebRTCIceTransports {
|
| @@ -103,11 +103,11 @@ public:
|
| BLINK_PLATFORM_EXPORT WebRTCIceTransports iceTransports() const;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT WebRTCConfiguration(const WTF::PassRefPtr<WebCore::RTCConfiguration>&);
|
| + BLINK_PLATFORM_EXPORT WebRTCConfiguration(const WTF::PassRefPtr<blink::RTCConfiguration>&);
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::RTCConfiguration> m_private;
|
| + WebPrivatePtr<blink::RTCConfiguration> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|