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

Unified Diff: media/cast/common/transport_encryption_handler.h

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef Created 5 years 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 | « media/cast/common/clock_drift_smoother.cc ('k') | media/cast/common/transport_encryption_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/common/transport_encryption_handler.h
diff --git a/media/cast/common/transport_encryption_handler.h b/media/cast/common/transport_encryption_handler.h
index 8ae064d2b6b5a5facb75e451bc1496ff55e2e0ad..4dfa884a5c0f7d0976628536be16633f312b47ed 100644
--- a/media/cast/common/transport_encryption_handler.h
+++ b/media/cast/common/transport_encryption_handler.h
@@ -6,6 +6,9 @@
#define MEDIA_CAST_COMMON_TRANSPORT_ENCRYPTION_HANDLER_H_
// Helper class to handle encryption for the Cast Transport library.
+
+#include <stdint.h>
+
#include <string>
#include "base/macros.h"
« no previous file with comments | « media/cast/common/clock_drift_smoother.cc ('k') | media/cast/common/transport_encryption_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698