| Index: webrtc/rtc_base/socket_unittest.h
|
| diff --git a/webrtc/base/socket_unittest.h b/webrtc/rtc_base/socket_unittest.h
|
| similarity index 96%
|
| copy from webrtc/base/socket_unittest.h
|
| copy to webrtc/rtc_base/socket_unittest.h
|
| index 8172edd036c943b0e6c4d47abb20798d36e46c1f..a92c7fdc4efbc592547330794cc80b53d464e3ae 100644
|
| --- a/webrtc/base/socket_unittest.h
|
| +++ b/webrtc/rtc_base/socket_unittest.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_SOCKET_UNITTEST_H_
|
| -#define WEBRTC_BASE_SOCKET_UNITTEST_H_
|
| +#ifndef WEBRTC_RTC_BASE_SOCKET_UNITTEST_H_
|
| +#define WEBRTC_RTC_BASE_SOCKET_UNITTEST_H_
|
|
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/thread.h"
|
| @@ -97,4 +97,4 @@ bool IsUnspecOrEmptyIP(const IPAddress& address);
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SOCKET_UNITTEST_H_
|
| +#endif // WEBRTC_RTC_BASE_SOCKET_UNITTEST_H_
|
|
|