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

Unified Diff: Source/platform/network/SocketStreamHandleClient.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
Index: Source/platform/network/SocketStreamHandleClient.h
diff --git a/Source/platform/network/SocketStreamHandleClient.h b/Source/platform/network/SocketStreamHandleClient.h
index eed4dc42d74a240080425893265ba92daff58470..870f257fa1f7afe469c58321561bc195d27d1849 100644
--- a/Source/platform/network/SocketStreamHandleClient.h
+++ b/Source/platform/network/SocketStreamHandleClient.h
@@ -32,7 +32,7 @@
#ifndef SocketStreamHandleClient_h
#define SocketStreamHandleClient_h
-namespace WebCore {
+namespace blink {
class KURL;
class SocketStreamError;
@@ -52,6 +52,6 @@ public:
virtual void trace(Visitor*) { }
};
-} // namespace WebCore
+} // namespace blink
#endif // SocketStreamHandleClient_h
« no previous file with comments | « Source/platform/network/SocketStreamHandle.cpp ('k') | Source/platform/network/SocketStreamHandleInternal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698