| Index: webrtc/api/mediastreaminterface.h
|
| diff --git a/talk/app/webrtc/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
|
| similarity index 98%
|
| rename from talk/app/webrtc/mediastreaminterface.h
|
| rename to webrtc/api/mediastreaminterface.h
|
| index 2d2dc9ac9c5fb06d8aa25ba070f0f7f427cfd1ea..28f243a99d96d1a6685c495cebcb13242749f691 100644
|
| --- a/talk/app/webrtc/mediastreaminterface.h
|
| +++ b/webrtc/api/mediastreaminterface.h
|
| @@ -31,8 +31,8 @@
|
| // interfaces must be used only with PeerConnection. PeerConnectionManager
|
| // interface provides the factory methods to create MediaStream and MediaTracks.
|
|
|
| -#ifndef TALK_APP_WEBRTC_MEDIASTREAMINTERFACE_H_
|
| -#define TALK_APP_WEBRTC_MEDIASTREAMINTERFACE_H_
|
| +#ifndef WEBRTC_API_MEDIASTREAMINTERFACE_H_
|
| +#define WEBRTC_API_MEDIASTREAMINTERFACE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -293,4 +293,4 @@ class MediaStreamInterface : public rtc::RefCountInterface,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_MEDIASTREAMINTERFACE_H_
|
| +#endif // WEBRTC_API_MEDIASTREAMINTERFACE_H_
|
|
|