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

Unified Diff: Source/modules/websockets/MainThreadWebSocketChannel.cpp

Issue 363613003: Removing using declarations that import names in the C++ Standard library. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/modules/webaudio/WaveShaperDSPKernel.cpp ('k') | Source/modules/websockets/WebSocketFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/MainThreadWebSocketChannel.cpp
diff --git a/Source/modules/websockets/MainThreadWebSocketChannel.cpp b/Source/modules/websockets/MainThreadWebSocketChannel.cpp
index ed7adbdfb02a9d6de2518971728ff3db4aca3c4c..0856f0be7ac3fe35dbeb62098f678b609f54d835 100644
--- a/Source/modules/websockets/MainThreadWebSocketChannel.cpp
+++ b/Source/modules/websockets/MainThreadWebSocketChannel.cpp
@@ -55,8 +55,6 @@
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-using namespace std;
-
namespace WebCore {
const double TCPMaximumSegmentLifetime = 2 * 60.0;
« no previous file with comments | « Source/modules/webaudio/WaveShaperDSPKernel.cpp ('k') | Source/modules/websockets/WebSocketFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698