| Index: webrtc/api/mediastreamproxy.h
|
| diff --git a/talk/app/webrtc/mediastreamproxy.h b/webrtc/api/mediastreamproxy.h
|
| similarity index 91%
|
| rename from talk/app/webrtc/mediastreamproxy.h
|
| rename to webrtc/api/mediastreamproxy.h
|
| index bde7dcfe2d5f9dbba9dc6ebe956ff4dea4cb354f..635f458e8a25b6088760830853c8c7cade60a6c6 100644
|
| --- a/talk/app/webrtc/mediastreamproxy.h
|
| +++ b/webrtc/api/mediastreamproxy.h
|
| @@ -25,11 +25,11 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_MEDIASTREAMPROXY_H_
|
| -#define TALK_APP_WEBRTC_MEDIASTREAMPROXY_H_
|
| +#ifndef WEBRTC_API_MEDIASTREAMPROXY_H_
|
| +#define WEBRTC_API_MEDIASTREAMPROXY_H_
|
|
|
| -#include "talk/app/webrtc/mediastreaminterface.h"
|
| -#include "talk/app/webrtc/proxy.h"
|
| +#include "webrtc/api/mediastreaminterface.h"
|
| +#include "webrtc/api/proxy.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -51,4 +51,4 @@ END_PROXY()
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_MEDIASTREAMPROXY_H_
|
| +#endif // WEBRTC_API_MEDIASTREAMPROXY_H_
|
|
|