Index: webrtc/rtc_base/sslstreamadapter.h |
diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/rtc_base/sslstreamadapter.h |
similarity index 98% |
copy from webrtc/base/sslstreamadapter.h |
copy to webrtc/rtc_base/sslstreamadapter.h |
index 62a724996ef621cc7ea368c30a1589a28ee07bb8..8d85e9270c2d2c1b5be2347895f03d67b51b341b 100644 |
--- a/webrtc/base/sslstreamadapter.h |
+++ b/webrtc/rtc_base/sslstreamadapter.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_SSLSTREAMADAPTER_H_ |
-#define WEBRTC_BASE_SSLSTREAMADAPTER_H_ |
+#ifndef WEBRTC_RTC_BASE_SSLSTREAMADAPTER_H_ |
+#define WEBRTC_RTC_BASE_SSLSTREAMADAPTER_H_ |
#include <memory> |
#include <string> |
@@ -272,4 +272,4 @@ class SSLStreamAdapter : public StreamAdapterInterface { |
} // namespace rtc |
-#endif // WEBRTC_BASE_SSLSTREAMADAPTER_H_ |
+#endif // WEBRTC_RTC_BASE_SSLSTREAMADAPTER_H_ |