| Index: webrtc/rtc_base/virtualsocketserver.h
|
| diff --git a/webrtc/base/virtualsocketserver.h b/webrtc/rtc_base/virtualsocketserver.h
|
| similarity index 99%
|
| copy from webrtc/base/virtualsocketserver.h
|
| copy to webrtc/rtc_base/virtualsocketserver.h
|
| index 0ab2af29fbc9da07fcfa54f7a7eda470b0a7f232..4de12c7de2d4199b81c6dc0709c9c340d17dd67a 100644
|
| --- a/webrtc/base/virtualsocketserver.h
|
| +++ b/webrtc/rtc_base/virtualsocketserver.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_VIRTUALSOCKETSERVER_H_
|
| -#define WEBRTC_BASE_VIRTUALSOCKETSERVER_H_
|
| +#ifndef WEBRTC_RTC_BASE_VIRTUALSOCKETSERVER_H_
|
| +#define WEBRTC_RTC_BASE_VIRTUALSOCKETSERVER_H_
|
|
|
| #include <deque>
|
| #include <map>
|
| @@ -397,4 +397,4 @@ class VirtualSocket : public AsyncSocket,
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_VIRTUALSOCKETSERVER_H_
|
| +#endif // WEBRTC_RTC_BASE_VIRTUALSOCKETSERVER_H_
|
|
|