| Index: webrtc/rtc_base/md5digest.h
|
| diff --git a/webrtc/base/md5digest.h b/webrtc/rtc_base/md5digest.h
|
| similarity index 88%
|
| copy from webrtc/base/md5digest.h
|
| copy to webrtc/rtc_base/md5digest.h
|
| index 3f8d656d8ff6c6cef80828b727503d8a7ff41f16..be5b7d02dd90cde79b7176890edb1a84564b4fcd 100644
|
| --- a/webrtc/base/md5digest.h
|
| +++ b/webrtc/rtc_base/md5digest.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_MD5DIGEST_H_
|
| -#define WEBRTC_BASE_MD5DIGEST_H_
|
| +#ifndef WEBRTC_RTC_BASE_MD5DIGEST_H_
|
| +#define WEBRTC_RTC_BASE_MD5DIGEST_H_
|
|
|
| #include "webrtc/base/md5.h"
|
| #include "webrtc/base/messagedigest.h"
|
| @@ -33,4 +33,4 @@ class Md5Digest : public MessageDigest {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_MD5DIGEST_H_
|
| +#endif // WEBRTC_RTC_BASE_MD5DIGEST_H_
|
|
|