Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: webrtc/base/sha1.h

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/base/sequenced_task_checker_impl.h ('k') | webrtc/base/sha1digest.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2 * SHA-1 in C
3 * By Steve Reid <sreid@sea-to-sky.net>
4 * 100% Public Domain
5 *
6 */
7
8 // Ported to C++, Google style, under namespace rtc.
9
10 #ifndef WEBRTC_BASE_SHA1_H_
11 #define WEBRTC_BASE_SHA1_H_
12
13
14 // This header is deprecated and is just left here temporarily during
15 // refactoring. See https://bugs.webrtc.org/7634 for more details.
16 #include "webrtc/rtc_base/sha1.h"
17
18 #endif // WEBRTC_BASE_SHA1_H_
OLDNEW
« no previous file with comments | « webrtc/base/sequenced_task_checker_impl.h ('k') | webrtc/base/sha1digest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698