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

Unified Diff: content/renderer/media/android/renderer_demuxer_android.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/renderer/media/android/renderer_demuxer_android.h
diff --git a/content/renderer/media/android/renderer_demuxer_android.h b/content/renderer/media/android/renderer_demuxer_android.h
index 29469edebb600d77a66963618d54979f6ad8177e..986b481fd72473b4a5aa7868647fb81f7031dec3 100644
--- a/content/renderer/media/android/renderer_demuxer_android.h
+++ b/content/renderer/media/android/renderer_demuxer_android.h
@@ -7,6 +7,7 @@
#include "base/atomic_sequence_num.h"
#include "base/id_map.h"
+#include "base/macros.h"
#include "ipc/message_filter.h"
#include "media/base/android/demuxer_stream_player_params.h"

Powered by Google App Engine
This is Rietveld 408576698