Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / exported / WebAudioBus.cpp
index c04ba5f..4e55a87 100644 (file)
 #else
 #include "wtf/ThreadSafeRefCounted.h"
 
-namespace WebCore {
+namespace blink {
 class AudioBus : public ThreadSafeRefCounted<AudioBus> {
 };
-} // namespace WebCore
+} // namespace blink
 #endif
 
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefPtr.h"
 
-using namespace WebCore;
-
 namespace blink {
 
 class WebAudioBusPrivate : public AudioBus {