| Index: webrtc/rtc_base/sha1digest.h
|
| diff --git a/webrtc/base/sha1digest.h b/webrtc/rtc_base/sha1digest.h
|
| similarity index 88%
|
| copy from webrtc/base/sha1digest.h
|
| copy to webrtc/rtc_base/sha1digest.h
|
| index d321cb8a12c865179105e49e7e2f86a6738e7191..bcd5514b8840e0f4b4d27f2914f614f672170110 100644
|
| --- a/webrtc/base/sha1digest.h
|
| +++ b/webrtc/rtc_base/sha1digest.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_SHA1DIGEST_H_
|
| -#define WEBRTC_BASE_SHA1DIGEST_H_
|
| +#ifndef WEBRTC_RTC_BASE_SHA1DIGEST_H_
|
| +#define WEBRTC_RTC_BASE_SHA1DIGEST_H_
|
|
|
| #include "webrtc/base/messagedigest.h"
|
| #include "webrtc/base/sha1.h"
|
| @@ -33,4 +33,4 @@ class Sha1Digest : public MessageDigest {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SHA1DIGEST_H_
|
| +#endif // WEBRTC_RTC_BASE_SHA1DIGEST_H_
|
|
|