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

Unified Diff: Source/platform/audio/ffmpeg/FFTFrameFFMPEG.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
Index: Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
diff --git a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
index 62954fdf1483438ea42fde78cb40268f5b5fc85f..11ede46f9865f9aec7242f572ba360734e2068c5 100644
--- a/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
+++ b/Source/platform/audio/ffmpeg/FFTFrameFFMPEG.cpp
@@ -42,7 +42,7 @@ extern "C" {
#include "wtf/MathExtras.h"
-namespace WebCore {
+namespace blink {
#if ENABLE(ASSERT)
const int kMaxFFTPow2Size = 24;
@@ -184,7 +184,7 @@ RDFTContext* FFTFrame::contextForSize(unsigned fftSize, int trans)
return context;
}
-} // namespace WebCore
+} // namespace blink
#endif // USE(WEBAUDIO_FFMPEG)
« no previous file with comments | « Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp ('k') | Source/platform/audio/ipp/FFTFrameIPP.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698