| Index: webrtc/api/remoteaudiosource.h
|
| diff --git a/talk/app/webrtc/remoteaudiosource.h b/webrtc/api/remoteaudiosource.h
|
| similarity index 93%
|
| rename from talk/app/webrtc/remoteaudiosource.h
|
| rename to webrtc/api/remoteaudiosource.h
|
| index 0e28157459074b5c44a26162e2f7e1f757d0ddac..a46b13044cbbd06821a6d95e6b18fd9871bda89d 100644
|
| --- a/talk/app/webrtc/remoteaudiosource.h
|
| +++ b/webrtc/api/remoteaudiosource.h
|
| @@ -25,14 +25,14 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_REMOTEAUDIOSOURCE_H_
|
| -#define TALK_APP_WEBRTC_REMOTEAUDIOSOURCE_H_
|
| +#ifndef WEBRTC_API_REMOTEAUDIOSOURCE_H_
|
| +#define WEBRTC_API_REMOTEAUDIOSOURCE_H_
|
|
|
| #include <list>
|
| #include <string>
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/notifier.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/notifier.h"
|
| #include "webrtc/audio/audio_sink.h"
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/media/base/audiorenderer.h"
|
| @@ -93,4 +93,4 @@ class RemoteAudioSource : public Notifier<AudioSourceInterface> {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_REMOTEAUDIOSOURCE_H_
|
| +#endif // WEBRTC_API_REMOTEAUDIOSOURCE_H_
|
|
|