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

Unified Diff: ppapi/shared_impl/media_stream_buffer_manager_unittest.cc

Issue 1548813002: Switch to standard integer types in ppapi/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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: ppapi/shared_impl/media_stream_buffer_manager_unittest.cc
diff --git a/ppapi/shared_impl/media_stream_buffer_manager_unittest.cc b/ppapi/shared_impl/media_stream_buffer_manager_unittest.cc
index dfe35d170b880b49f0499d8dde2acd24d790e2ec..4bb250a2c66e39a2a35e6acd7773b246361c258f 100644
--- a/ppapi/shared_impl/media_stream_buffer_manager_unittest.cc
+++ b/ppapi/shared_impl/media_stream_buffer_manager_unittest.cc
@@ -4,6 +4,8 @@
#include "ppapi/shared_impl/media_stream_buffer_manager.h"
+#include <stdint.h>
+
#include <utility>
#include "base/memory/scoped_ptr.h"
« no previous file with comments | « ppapi/shared_impl/media_stream_buffer_manager.cc ('k') | ppapi/shared_impl/media_stream_video_track_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698