| Index: webrtc/api/proxy.h
|
| diff --git a/talk/app/webrtc/proxy.h b/webrtc/api/proxy.h
|
| similarity index 99%
|
| rename from talk/app/webrtc/proxy.h
|
| rename to webrtc/api/proxy.h
|
| index 76a5c1eff2819e398983143f2c5e2fbbf452100e..384e1897ef84286822ac5c8ae1686f3971a13c5a 100644
|
| --- a/talk/app/webrtc/proxy.h
|
| +++ b/webrtc/api/proxy.h
|
| @@ -52,8 +52,8 @@
|
| //
|
| // The proxy can be created using TestProxy::Create(Thread*, TestInterface*).
|
|
|
| -#ifndef TALK_APP_WEBRTC_PROXY_H_
|
| -#define TALK_APP_WEBRTC_PROXY_H_
|
| +#ifndef WEBRTC_API_PROXY_H_
|
| +#define WEBRTC_API_PROXY_H_
|
|
|
| #include "webrtc/base/event.h"
|
| #include "webrtc/base/thread.h"
|
| @@ -388,4 +388,4 @@ class MethodCall5 : public rtc::Message,
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // TALK_APP_WEBRTC_PROXY_H_
|
| +#endif // WEBRTC_API_PROXY_H_
|
|
|