| Index: webrtc/rtc_base/testclient.h
|
| diff --git a/webrtc/base/testclient.h b/webrtc/rtc_base/testclient.h
|
| similarity index 97%
|
| copy from webrtc/base/testclient.h
|
| copy to webrtc/rtc_base/testclient.h
|
| index bd78d83b355eeeaec99fb7e19f02b2cacee29a84..b15657b5de21942f1670a2cf42e735c9f2b9211d 100644
|
| --- a/webrtc/base/testclient.h
|
| +++ b/webrtc/rtc_base/testclient.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_TESTCLIENT_H_
|
| -#define WEBRTC_BASE_TESTCLIENT_H_
|
| +#ifndef WEBRTC_RTC_BASE_TESTCLIENT_H_
|
| +#define WEBRTC_RTC_BASE_TESTCLIENT_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -111,4 +111,4 @@ class TestClient : public sigslot::has_slots<> {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_TESTCLIENT_H_
|
| +#endif // WEBRTC_RTC_BASE_TESTCLIENT_H_
|
|
|