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

Unified Diff: webrtc/pc/externalhmac.h

Issue 2609783002: Reland of place basictypes.h with stdint.h for int_t types. (Closed)
Patch Set: add basictypes.h to systeminfo.cc Created 3 years, 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/pc/currentspeakermonitor.h ('k') | webrtc/sdk/android/src/jni/androidnetworkmonitor_jni.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/externalhmac.h
diff --git a/webrtc/pc/externalhmac.h b/webrtc/pc/externalhmac.h
index f9f1a2cc6f7493d6747680cc2d56e6ca646fd3a5..2666d90cb8ee718063ed561e26edbd14e8fad11c 100644
--- a/webrtc/pc/externalhmac.h
+++ b/webrtc/pc/externalhmac.h
@@ -28,7 +28,8 @@
// functions and the corresponding authentication id using
// crypto_kernel_replace_auth_type function.
-#include "webrtc/base/basictypes.h"
+#include <stdint.h>
+
#ifdef HAVE_SRTP
#include "third_party/libsrtp/crypto/include/auth.h"
#endif // HAVE_SRTP
« no previous file with comments | « webrtc/pc/currentspeakermonitor.h ('k') | webrtc/sdk/android/src/jni/androidnetworkmonitor_jni.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698