| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/talk/app/webrtc/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| similarity index 94%
|
| rename from talk/app/webrtc/peerconnectionproxy.h
|
| rename to webrtc/api/peerconnectionproxy.h
|
| index d76a6b87f32009ceb9655ba5e6d3c09f983eb448..9faf01484aa85ec9ef268739c64b0d2b0b2d8e02 100644
|
| --- a/talk/app/webrtc/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -25,11 +25,11 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_APP_WEBRTC_PEERCONNECTIONPROXY_H_
|
| -#define TALK_APP_WEBRTC_PEERCONNECTIONPROXY_H_
|
| +#ifndef WEBRTC_API_PEERCONNECTIONPROXY_H_
|
| +#define WEBRTC_API_PEERCONNECTIONPROXY_H_
|
|
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| -#include "talk/app/webrtc/proxy.h"
|
| +#include "webrtc/api/peerconnectioninterface.h"
|
| +#include "webrtc/api/proxy.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -85,4 +85,4 @@ END_PROXY()
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_PEERCONNECTIONPROXY_H_
|
| +#endif // WEBRTC_API_PEERCONNECTIONPROXY_H_
|
|
|