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

Unified Diff: Source/platform/network/SocketStreamHandle.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/network/SocketStreamError.cpp ('k') | Source/platform/network/SocketStreamHandle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/SocketStreamHandle.h
diff --git a/Source/platform/network/SocketStreamHandle.h b/Source/platform/network/SocketStreamHandle.h
index b4c4dcbd61e2d11f48ad7a899d847b474c9d5d66..e2f80c0843563c160476e402b907b93f482cde7e 100644
--- a/Source/platform/network/SocketStreamHandle.h
+++ b/Source/platform/network/SocketStreamHandle.h
@@ -39,7 +39,7 @@
#include "wtf/RefCounted.h"
#include "wtf/StreamBuffer.h"
-namespace WebCore {
+namespace blink {
class SocketStreamHandleClient;
class SocketStreamHandleInternal;
@@ -82,6 +82,6 @@ private:
OwnPtrWillBeMember<SocketStreamHandleInternal> m_internal;
};
-} // namespace WebCore
+} // namespace blink
#endif // SocketStreamHandle_h
« no previous file with comments | « Source/platform/network/SocketStreamError.cpp ('k') | Source/platform/network/SocketStreamHandle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698