Index: webrtc/rtc_base/openssladapter.h |
diff --git a/webrtc/base/openssladapter.h b/webrtc/rtc_base/openssladapter.h |
similarity index 96% |
copy from webrtc/base/openssladapter.h |
copy to webrtc/rtc_base/openssladapter.h |
index 2f0150f0f9a2fd6ff8d4bfaf2bbf41a0235a9875..7080b8b1feb291f2814c3004986acab68fba530f 100644 |
--- a/webrtc/base/openssladapter.h |
+++ b/webrtc/rtc_base/openssladapter.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_OPENSSLADAPTER_H__ |
-#define WEBRTC_BASE_OPENSSLADAPTER_H__ |
+#ifndef WEBRTC_RTC_BASE_OPENSSLADAPTER_H_ |
+#define WEBRTC_RTC_BASE_OPENSSLADAPTER_H_ |
#include <string> |
#include "webrtc/base/buffer.h" |
@@ -109,4 +109,5 @@ private: |
} // namespace rtc |
-#endif // WEBRTC_BASE_OPENSSLADAPTER_H__ |
+ |
+#endif // WEBRTC_RTC_BASE_OPENSSLADAPTER_H_ |