Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / AudioBuffer.h
index cd0f879..d86ee21 100644 (file)
 #ifndef AudioBuffer_h
 #define AudioBuffer_h
 
-#include "bindings/v8/ScriptWrappable.h"
+#include "bindings/core/v8/ScriptWrappable.h"
 #include "wtf/Float32Array.h"
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefCounted.h"
 #include "wtf/RefPtr.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class AudioBus;
 class ExceptionState;
@@ -78,6 +78,6 @@ protected:
     Vector<RefPtr<Float32Array> > m_channels;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AudioBuffer_h