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

Unified Diff: Source/modules/webaudio/WaveShaperDSPKernel.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
Index: Source/modules/webaudio/WaveShaperDSPKernel.cpp
diff --git a/Source/modules/webaudio/WaveShaperDSPKernel.cpp b/Source/modules/webaudio/WaveShaperDSPKernel.cpp
index e2339c43b29c2310a888898c1e4390d599b984c0..f363ed52ec7b05bbe0e142bb1e065eecce0228d1 100644
--- a/Source/modules/webaudio/WaveShaperDSPKernel.cpp
+++ b/Source/modules/webaudio/WaveShaperDSPKernel.cpp
@@ -34,8 +34,6 @@
const unsigned RenderingQuantum = 128;
-using namespace std;
-
namespace WebCore {
WaveShaperDSPKernel::WaveShaperDSPKernel(WaveShaperProcessor* processor)
« no previous file with comments | « Source/modules/webaudio/RealtimeAnalyser.cpp ('k') | Source/modules/websockets/MainThreadWebSocketChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698