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

Unified Diff: public/platform/WebRTCConfiguration.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « public/platform/WebPrivatePtr.h ('k') | public/platform/WebRTCICECandidate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/platform/WebPrivatePtr.h ('k') | public/platform/WebRTCICECandidate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698