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

Unified Diff: media/midi/midi_input_port_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/formats/webm/webm_webvtt_parser_unittest.cc ('k') | media/midi/midi_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_input_port_android.h
diff --git a/media/midi/midi_input_port_android.h b/media/midi/midi_input_port_android.h
index 1e1a8007d13529eca65a3f4092d97d348637859e..684fcc680dd372cf97c75cb31e0faf1f2a7ad28c 100644
--- a/media/midi/midi_input_port_android.h
+++ b/media/midi/midi_input_port_android.h
@@ -6,6 +6,8 @@
#define MEDIA_MIDI_MIDI_INPUT_PORT_ANDROID_H_
#include <jni.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/android/scoped_java_ref.h"
#include "base/time/time.h"
« no previous file with comments | « media/formats/webm/webm_webvtt_parser_unittest.cc ('k') | media/midi/midi_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698