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

Unified Diff: public/platform/WebSocketStreamHandle.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/WebSocketStreamError.h ('k') | public/platform/WebSocketStreamHandleClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSocketStreamHandle.h
diff --git a/public/platform/WebSocketStreamHandle.h b/public/platform/WebSocketStreamHandle.h
index af9672de14b45dbba374b5f6816c0d8301f49141..60a469ac2a09d561bdd05015bf603a8dc62c0f0f 100644
--- a/public/platform/WebSocketStreamHandle.h
+++ b/public/platform/WebSocketStreamHandle.h
@@ -33,7 +33,7 @@
#include "WebCommon.h"
-namespace WebKit {
+namespace blink {
class WebData;
class WebSocketStreamHandleClient;
@@ -53,6 +53,6 @@ public:
virtual void close() { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebSocketStreamError.h ('k') | public/platform/WebSocketStreamHandleClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698