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

Unified Diff: public/platform/WebRTCICECandidate.h

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 | « public/platform/WebRTCDataChannelInit.h ('k') | public/platform/WebRTCPeerConnectionHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCICECandidate.h
diff --git a/public/platform/WebRTCICECandidate.h b/public/platform/WebRTCICECandidate.h
index c8a0021725f9b8a4ae342c2b5b33f80a32777d93..47eb0a921f04953db96aa3726c76cda755ce033d 100644
--- a/public/platform/WebRTCICECandidate.h
+++ b/public/platform/WebRTCICECandidate.h
@@ -39,7 +39,7 @@ namespace WebCore {
class RTCIceCandidateDescriptor;
}
-namespace WebKit {
+namespace blink {
class WebString;
class WebRTCICECandidatePrivate;
@@ -77,6 +77,6 @@ private:
WebPrivatePtr<WebRTCICECandidatePrivate> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebRTCICECandidate_h
« no previous file with comments | « public/platform/WebRTCDataChannelInit.h ('k') | public/platform/WebRTCPeerConnectionHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698