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

Unified Diff: Source/platform/exported/WebRTCConfiguration.cpp

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/platform/exported/WebRTCConfiguration.cpp
diff --git a/Source/platform/exported/WebRTCConfiguration.cpp b/Source/platform/exported/WebRTCConfiguration.cpp
index a0d53f169f8c42ec6b2e46ba59666550eed2f2a1..8aaabdb6f980ac946952f2bc533c8977d10813f3 100644
--- a/Source/platform/exported/WebRTCConfiguration.cpp
+++ b/Source/platform/exported/WebRTCConfiguration.cpp
@@ -39,7 +39,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebRTCICEServer::WebRTCICEServer(const PassRefPtr<RTCIceServer>& iceServer)
: m_private(iceServer)
@@ -101,4 +101,4 @@ WebRTCICEServer WebRTCConfiguration::server(size_t index) const
return WebRTCICEServer(m_private->server(index));
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebPrerenderingSupport.cpp ('k') | Source/platform/exported/WebRTCICECandidate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698