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

Unified Diff: Source/platform/audio/VectorMath.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/audio/VectorMath.h ('k') | Source/platform/audio/ZeroPole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/VectorMath.cpp
diff --git a/Source/platform/audio/VectorMath.cpp b/Source/platform/audio/VectorMath.cpp
index 211e495ca1f9e8f3d06de44be442b9c94f9cd1df..219ed5463977ac5cc172f1117fd0cca3f9008a9a 100644
--- a/Source/platform/audio/VectorMath.cpp
+++ b/Source/platform/audio/VectorMath.cpp
@@ -46,7 +46,7 @@
#include <math.h>
#include <algorithm>
-namespace WebCore {
+namespace blink {
namespace VectorMath {
@@ -685,6 +685,6 @@ void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, c
} // namespace VectorMath
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/platform/audio/VectorMath.h ('k') | Source/platform/audio/ZeroPole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698