| Index: webrtc/rtc_base/nullsocketserver.h
|
| diff --git a/webrtc/base/nullsocketserver.h b/webrtc/rtc_base/nullsocketserver.h
|
| similarity index 87%
|
| copy from webrtc/base/nullsocketserver.h
|
| copy to webrtc/rtc_base/nullsocketserver.h
|
| index e59f2fafe589c960cd2e40798fd203974a67f1ae..f506e4c3458455a300530b1ff1b3e06eb492c33f 100644
|
| --- a/webrtc/base/nullsocketserver.h
|
| +++ b/webrtc/rtc_base/nullsocketserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_NULLSOCKETSERVER_H_
|
| -#define WEBRTC_BASE_NULLSOCKETSERVER_H_
|
| +#ifndef WEBRTC_RTC_BASE_NULLSOCKETSERVER_H_
|
| +#define WEBRTC_RTC_BASE_NULLSOCKETSERVER_H_
|
|
|
| #include "webrtc/base/event.h"
|
| #include "webrtc/base/socketserver.h"
|
| @@ -35,4 +35,4 @@ class NullSocketServer : public SocketServer {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_NULLSOCKETSERVER_H_
|
| +#endif // WEBRTC_RTC_BASE_NULLSOCKETSERVER_H_
|
|
|