Index: Source/platform/audio/FFTFrame.h |
diff --git a/Source/platform/audio/FFTFrame.h b/Source/platform/audio/FFTFrame.h |
index 5fdc97dc0562565bb50897724c9c5c42f900542e..99db2b98f635b77553d4d4e97b49c9e5c441035f 100644 |
--- a/Source/platform/audio/FFTFrame.h |
+++ b/Source/platform/audio/FFTFrame.h |
@@ -48,7 +48,7 @@ struct RDFTContext; |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Threading.h" |
-namespace WebCore { |
+namespace blink { |
// Defines the interface for an "FFT frame", an object which is able to perform a forward |
// and reverse FFT, internally storing the resultant frequency-domain data. |
@@ -143,6 +143,6 @@ private: |
#endif // !OS(MACOSX) |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // FFTFrame_h |