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

Unified Diff: Source/modules/webaudio/DelayDSPKernel.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/DelayDSPKernel.cpp
diff --git a/Source/modules/webaudio/DelayDSPKernel.cpp b/Source/modules/webaudio/DelayDSPKernel.cpp
index 2301325f95b0cd34dd9a7dfedd0f6305224029b8..1bea474f6a3733010ee1ab5e15e30b271c7178ee 100644
--- a/Source/modules/webaudio/DelayDSPKernel.cpp
+++ b/Source/modules/webaudio/DelayDSPKernel.cpp
@@ -32,8 +32,6 @@
#include "wtf/MathExtras.h"
#include <algorithm>
-using namespace std;
-
namespace WebCore {
const float SmoothingTimeConstant = 0.020f; // 20ms
« no previous file with comments | « Source/modules/webaudio/AudioSummingJunction.cpp ('k') | Source/modules/webaudio/OfflineAudioDestinationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698