| Index: webrtc/rtc_base/messagedigest.h
|
| diff --git a/webrtc/base/messagedigest.h b/webrtc/rtc_base/messagedigest.h
|
| similarity index 97%
|
| copy from webrtc/base/messagedigest.h
|
| copy to webrtc/rtc_base/messagedigest.h
|
| index 5cfcb477230dc6baffbec6571f2fba7ac448d4f8..12e4287a14eda56183347cab0ef0d78e5ca83443 100644
|
| --- a/webrtc/base/messagedigest.h
|
| +++ b/webrtc/rtc_base/messagedigest.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_MESSAGEDIGEST_H_
|
| -#define WEBRTC_BASE_MESSAGEDIGEST_H_
|
| +#ifndef WEBRTC_RTC_BASE_MESSAGEDIGEST_H_
|
| +#define WEBRTC_RTC_BASE_MESSAGEDIGEST_H_
|
|
|
| #include <string>
|
|
|
| @@ -106,4 +106,4 @@ bool ComputeHmac(const std::string& alg, const std::string& key,
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_MESSAGEDIGEST_H_
|
| +#endif // WEBRTC_RTC_BASE_MESSAGEDIGEST_H_
|
|
|