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

Unified Diff: public/platform/WebSocketHandle.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/WebSize.h ('k') | public/platform/WebSocketHandleClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSocketHandle.h
diff --git a/public/platform/WebSocketHandle.h b/public/platform/WebSocketHandle.h
index 0708f2fca893b23bce11218936781424ebc54de3..f721891ace4ee332b73afa21484e67a2e28aba0b 100644
--- a/public/platform/WebSocketHandle.h
+++ b/public/platform/WebSocketHandle.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#include "WebVector.h"
-namespace WebKit {
+namespace blink {
class WebSocketHandleClient;
class WebString;
@@ -64,6 +64,6 @@ public:
virtual void close(unsigned short code, const WebString& reason) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebSocketHandle_h
« no previous file with comments | « public/platform/WebSize.h ('k') | public/platform/WebSocketHandleClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698