| Index: webrtc/api/remotevideocapturer.h
|
| diff --git a/talk/app/webrtc/remotevideocapturer.h b/webrtc/api/remotevideocapturer.h
|
| similarity index 93%
|
| rename from talk/app/webrtc/remotevideocapturer.h
|
| rename to webrtc/api/remotevideocapturer.h
|
| index 02f48b7c01d549ebe1350f072b641ee4e57cc9a7..15c113425b26ddade48659d1beb5ba77718380e8 100644
|
| --- a/talk/app/webrtc/remotevideocapturer.h
|
| +++ b/webrtc/api/remotevideocapturer.h
|
| @@ -25,12 +25,12 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_REMOTEVIDEOCAPTURER_H_
|
| -#define TALK_APP_WEBRTC_REMOTEVIDEOCAPTURER_H_
|
| +#ifndef WEBRTC_API_REMOTEVIDEOCAPTURER_H_
|
| +#define WEBRTC_API_REMOTEVIDEOCAPTURER_H_
|
|
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| #include "webrtc/media/base/videocapturer.h"
|
| #include "webrtc/media/base/videorenderer.h"
|
|
|
| @@ -62,4 +62,4 @@ class RemoteVideoCapturer : public cricket::VideoCapturer {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_REMOTEVIDEOCAPTURER_H_
|
| +#endif // WEBRTC_API_REMOTEVIDEOCAPTURER_H_
|
|
|