| Index: webrtc/rtc_base/testechoserver.h
|
| diff --git a/webrtc/base/testechoserver.h b/webrtc/rtc_base/testechoserver.h
|
| similarity index 95%
|
| copy from webrtc/base/testechoserver.h
|
| copy to webrtc/rtc_base/testechoserver.h
|
| index 97606c105cd2d893d3339867e3abe8a7ee3338ee..2ec46aa003eea4a50c6cc5377e7a4aad66b742a8 100644
|
| --- a/webrtc/base/testechoserver.h
|
| +++ b/webrtc/rtc_base/testechoserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_TESTECHOSERVER_H_
|
| -#define WEBRTC_BASE_TESTECHOSERVER_H_
|
| +#ifndef WEBRTC_RTC_BASE_TESTECHOSERVER_H_
|
| +#define WEBRTC_RTC_BASE_TESTECHOSERVER_H_
|
|
|
| #include <list>
|
| #include <memory>
|
| @@ -72,4 +72,4 @@ class TestEchoServer : public sigslot::has_slots<> {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_TESTECHOSERVER_H_
|
| +#endif // WEBRTC_RTC_BASE_TESTECHOSERVER_H_
|
|
|