Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / FFTFrame.h
index 5fdc97d..99db2b9 100644 (file)
@@ -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