| Index: webrtc/api/videosourceproxy.h
|
| diff --git a/talk/app/webrtc/videosourceproxy.h b/webrtc/api/videosourceproxy.h
|
| similarity index 91%
|
| rename from talk/app/webrtc/videosourceproxy.h
|
| rename to webrtc/api/videosourceproxy.h
|
| index 01abaf657d0b36cd2c9dd6cbc57ed25af3e6bfe2..99a3b1e02a79253307bc309266722f6688c76a37 100644
|
| --- a/talk/app/webrtc/videosourceproxy.h
|
| +++ b/webrtc/api/videosourceproxy.h
|
| @@ -25,11 +25,11 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_VIDEOSOURCEPROXY_H_
|
| -#define TALK_APP_WEBRTC_VIDEOSOURCEPROXY_H_
|
| +#ifndef WEBRTC_API_VIDEOSOURCEPROXY_H_
|
| +#define WEBRTC_API_VIDEOSOURCEPROXY_H_
|
|
|
| -#include "talk/app/webrtc/proxy.h"
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| +#include "webrtc/api/proxy.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -51,4 +51,4 @@ END_PROXY()
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_VIDEOSOURCEPROXY_H_
|
| +#endif // WEBRTC_API_VIDEOSOURCEPROXY_H_
|
|
|