| Index: webrtc/rtc_base/win32socketserver.h
|
| diff --git a/webrtc/base/win32socketserver.h b/webrtc/rtc_base/win32socketserver.h
|
| similarity index 97%
|
| copy from webrtc/base/win32socketserver.h
|
| copy to webrtc/rtc_base/win32socketserver.h
|
| index 146b4e2e6a2cbe19b360883dfd697f6eb8abecfd..adb621c7a3e41a67ade460093e4b2f2e85f34da6 100644
|
| --- a/webrtc/base/win32socketserver.h
|
| +++ b/webrtc/rtc_base/win32socketserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_WIN32SOCKETSERVER_H_
|
| -#define WEBRTC_BASE_WIN32SOCKETSERVER_H_
|
| +#ifndef WEBRTC_RTC_BASE_WIN32SOCKETSERVER_H_
|
| +#define WEBRTC_RTC_BASE_WIN32SOCKETSERVER_H_
|
|
|
| #if defined(WEBRTC_WIN)
|
| #include "webrtc/base/asyncsocket.h"
|
| @@ -159,4 +159,4 @@ class Win32Thread : public Thread {
|
|
|
| #endif // WEBRTC_WIN
|
|
|
| -#endif // WEBRTC_BASE_WIN32SOCKETSERVER_H_
|
| +#endif // WEBRTC_RTC_BASE_WIN32SOCKETSERVER_H_
|
|
|