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

Unified Diff: media/base/android/media_client_android.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/base/android/demuxer_stream_player_params.h ('k') | media/base/android/media_codec_audio_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_client_android.h
diff --git a/media/base/android/media_client_android.h b/media/base/android/media_client_android.h
index 0753b3b5e13021f367e97c536cb59913476f4494..132865d1c558f41159fbbf81ef5d8f8cdcf6fee3 100644
--- a/media/base/android/media_client_android.h
+++ b/media/base/android/media_client_android.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_BASE_ANDROID_MEDIA_CLIENT_ANDROID_H_
#define MEDIA_BASE_ANDROID_MEDIA_CLIENT_ANDROID_H_
+#include <stdint.h>
+
#include <string>
#include <utility>
#include <vector>
« no previous file with comments | « media/base/android/demuxer_stream_player_params.h ('k') | media/base/android/media_codec_audio_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698