| Index: webrtc/rtc_base/rtccertificategenerator.h
|
| diff --git a/webrtc/base/rtccertificategenerator.h b/webrtc/rtc_base/rtccertificategenerator.h
|
| similarity index 95%
|
| copy from webrtc/base/rtccertificategenerator.h
|
| copy to webrtc/rtc_base/rtccertificategenerator.h
|
| index c131d695fdb60cb459c38ca0cb6053df362be8c2..783ed78ebf59205425fc16f7f4e0aa36fa357b83 100644
|
| --- a/webrtc/base/rtccertificategenerator.h
|
| +++ b/webrtc/rtc_base/rtccertificategenerator.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_RTCCERTIFICATEGENERATOR_H_
|
| -#define WEBRTC_BASE_RTCCERTIFICATEGENERATOR_H_
|
| +#ifndef WEBRTC_RTC_BASE_RTCCERTIFICATEGENERATOR_H_
|
| +#define WEBRTC_RTC_BASE_RTCCERTIFICATEGENERATOR_H_
|
|
|
| #include "webrtc/base/optional.h"
|
| #include "webrtc/base/refcount.h"
|
| @@ -83,4 +83,4 @@ class RTCCertificateGenerator : public RTCCertificateGeneratorInterface {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_RTCCERTIFICATEGENERATOR_H_
|
| +#endif // WEBRTC_RTC_BASE_RTCCERTIFICATEGENERATOR_H_
|
|
|