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

Unified Diff: media/cdm/cdm_helpers.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/cdm/cdm_buffer_impl.h ('k') | media/cdm/cdm_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_helpers.h
diff --git a/media/cdm/cdm_helpers.h b/media/cdm/cdm_helpers.h
index 538b4e809825074bd932384b6b29f913e68b0e7b..ea813767938bf12a109d35a1e43085d60f8e7021 100644
--- a/media/cdm/cdm_helpers.h
+++ b/media/cdm/cdm_helpers.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_CDM_CDM_HELPERS_H_
#define MEDIA_CDM_CDM_HELPERS_H_
+#include <stdint.h>
+
#include "base/macros.h"
#include "media/cdm/api/content_decryption_module.h"
« no previous file with comments | « media/cdm/cdm_buffer_impl.h ('k') | media/cdm/cdm_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698