| Index: webrtc/api/mediastreamtrackproxy.h
|
| diff --git a/talk/app/webrtc/mediastreamtrackproxy.h b/webrtc/api/mediastreamtrackproxy.h
|
| similarity index 92%
|
| rename from talk/app/webrtc/mediastreamtrackproxy.h
|
| rename to webrtc/api/mediastreamtrackproxy.h
|
| index e99910e24b2c1a9deaaa7de511b3be81fa3ead38..eabb0cf0a5f2d3b4dd80a5de9b542d18bf222b57 100644
|
| --- a/talk/app/webrtc/mediastreamtrackproxy.h
|
| +++ b/webrtc/api/mediastreamtrackproxy.h
|
| @@ -28,11 +28,11 @@
|
| // This file includes proxy classes for tracks. The purpose is
|
| // to make sure tracks are only accessed from the signaling thread.
|
|
|
| -#ifndef TALK_APP_WEBRTC_MEDIASTREAMTRACKPROXY_H_
|
| -#define TALK_APP_WEBRTC_MEDIASTREAMTRACKPROXY_H_
|
| +#ifndef WEBRTC_API_MEDIASTREAMTRACKPROXY_H_
|
| +#define WEBRTC_API_MEDIASTREAMTRACKPROXY_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 {
|
|
|
| @@ -74,4 +74,4 @@ END_PROXY()
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_MEDIASTREAMTRACKPROXY_H_
|
| +#endif // WEBRTC_API_MEDIASTREAMTRACKPROXY_H_
|
|
|