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

Unified Diff: Source/platform/audio/mac/FFTFrameMac.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/ipp/FFTFrameIPP.cpp ('k') | Source/platform/blob/BlobData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/mac/FFTFrameMac.cpp
diff --git a/Source/platform/audio/mac/FFTFrameMac.cpp b/Source/platform/audio/mac/FFTFrameMac.cpp
index 8ef39402a37cff9b7e8c605416965d53122c80dc..718fa14d0882ed6a710dfba46af47b86f6cd603d 100644
--- a/Source/platform/audio/mac/FFTFrameMac.cpp
+++ b/Source/platform/audio/mac/FFTFrameMac.cpp
@@ -38,7 +38,7 @@
#include "platform/audio/VectorMath.h"
-namespace WebCore {
+namespace blink {
const int kMaxFFTPow2Size = 24;
@@ -163,7 +163,7 @@ float* FFTFrame::imagData() const
return m_frame.imagp;
}
-} // namespace WebCore
+} // namespace blink
#endif // #if OS(MACOSX)
« no previous file with comments | « Source/platform/audio/ipp/FFTFrameIPP.cpp ('k') | Source/platform/blob/BlobData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698