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

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

Powered by Google App Engine
This is Rietveld 408576698