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

Unified Diff: Source/platform/exported/WebRTCICECandidate.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
« no previous file with comments | « Source/platform/exported/WebRTCConfiguration.cpp ('k') | Source/platform/exported/WebSocketStreamError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebRTCICECandidate.cpp
diff --git a/Source/platform/exported/WebRTCICECandidate.cpp b/Source/platform/exported/WebRTCICECandidate.cpp
index 220b54dfe807f565cae33fb2e7db3051f06b23c4..2013c86a57ddf17364d812b36e13f98d66965c5b 100644
--- a/Source/platform/exported/WebRTCICECandidate.cpp
+++ b/Source/platform/exported/WebRTCICECandidate.cpp
@@ -35,7 +35,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-namespace WebKit {
+namespace blink {
class WebRTCICECandidatePrivate FINAL : public RefCounted<WebRTCICECandidatePrivate> {
public:
@@ -96,4 +96,4 @@ unsigned short WebRTCICECandidate::sdpMLineIndex() const
return m_private->sdpMLineIndex();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebRTCConfiguration.cpp ('k') | Source/platform/exported/WebSocketStreamError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698