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

Unified Diff: public/platform/WebRTCDataChannelInit.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/WebRTCDataChannelHandlerClient.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/WebRTCDataChannelInit.h
diff --git a/public/platform/WebRTCDataChannelInit.h b/public/platform/WebRTCDataChannelInit.h
index aabb5833bf8bba4f109b97e57e6355eb8a008003..0b465536ce9e727f962f08f075f527bd4b4b5e17 100644
--- a/public/platform/WebRTCDataChannelInit.h
+++ b/public/platform/WebRTCDataChannelInit.h
@@ -33,7 +33,7 @@
#include "WebString.h"
-namespace WebKit {
+namespace blink {
struct WebRTCDataChannelInit {
public:
@@ -51,6 +51,6 @@ public:
int id;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebRTCDataChannelInit_h
« no previous file with comments | « public/platform/WebRTCDataChannelHandlerClient.h ('k') | public/platform/WebRTCICECandidate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698