| 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
|
|
|