Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / AudioParamTimeline.h
index 350d3bc..916fd73 100644 (file)
 
 #include "modules/webaudio/AudioContext.h"
 #include "wtf/Float32Array.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
+#include "wtf/Forward.h"
 #include "wtf/Threading.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class AudioParamTimeline {
 public:
@@ -110,6 +109,6 @@ private:
     Mutex m_eventsLock;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AudioParamTimeline_h