Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / sound / soundsystemfactory.h
index 517220b..06a1c3f 100644 (file)
 #ifndef TALK_SOUND_SOUNDSYSTEMFACTORY_H_
 #define TALK_SOUND_SOUNDSYSTEMFACTORY_H_
 
-#include "talk/base/referencecountedsingletonfactory.h"
+#include "webrtc/base/referencecountedsingletonfactory.h"
 
 namespace cricket {
 
 class SoundSystemInterface;
 
-typedef talk_base::ReferenceCountedSingletonFactory<SoundSystemInterface>
+typedef rtc::ReferenceCountedSingletonFactory<SoundSystemInterface>
     SoundSystemFactory;
 
-typedef talk_base::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
+typedef rtc::rcsf_ptr<SoundSystemInterface> SoundSystemHandle;
 
 }  // namespace cricket