| Index: webrtc/rtc_base/fakesslidentity.h
|
| diff --git a/webrtc/base/fakesslidentity.h b/webrtc/rtc_base/fakesslidentity.h
|
| similarity index 96%
|
| copy from webrtc/base/fakesslidentity.h
|
| copy to webrtc/rtc_base/fakesslidentity.h
|
| index 7065fc09ef8c23a553bee0b2e6428bdeaea823c7..cc23b318bb9f9edc6276584f5a252387df71f11a 100644
|
| --- a/webrtc/base/fakesslidentity.h
|
| +++ b/webrtc/rtc_base/fakesslidentity.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FAKESSLIDENTITY_H_
|
| -#define WEBRTC_BASE_FAKESSLIDENTITY_H_
|
| +#ifndef WEBRTC_RTC_BASE_FAKESSLIDENTITY_H_
|
| +#define WEBRTC_RTC_BASE_FAKESSLIDENTITY_H_
|
|
|
| #include <algorithm>
|
| #include <memory>
|
| @@ -117,4 +117,4 @@ class FakeSSLIdentity : public rtc::SSLIdentity {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FAKESSLIDENTITY_H_
|
| +#endif // WEBRTC_RTC_BASE_FAKESSLIDENTITY_H_
|
|
|