Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / exported / WebSocketStreamError.cpp
index ed98f3a..cc668a4 100644 (file)
@@ -34,8 +34,6 @@
 #include "platform/network/SocketStreamError.h"
 #include "public/platform/WebString.h"
 
-using namespace WebCore;
-
 namespace blink {
 
 void WebSocketStreamError::assign(int code, const WebString& message)
@@ -69,4 +67,4 @@ WebSocketStreamError::operator PassRefPtr<SocketStreamError>() const
     return m_private.get();
 }
 
-}
+} // namespace blink