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

Unified Diff: webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc

Issue 2603203003: Revert of Replace basictypes.h with stdint.h for int_t types. (Closed)
Patch Set: Created 3 years, 12 months 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: webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
diff --git a/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc b/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
index 482c8ec3cf99e3ab5ae1965ae9437bb9a878f611..cb701f20b62dad41d53c78a7fd61bbecc94b6e7a 100644
--- a/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
+++ b/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
@@ -9,8 +9,8 @@
*/
#include "webrtc/modules/video_coding/utility/default_video_bitrate_allocator.h"
-
-#include <stdint.h>
+#include "webrtc/base/basictypes.h"
+#include "webrtc/base/constructormagic.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698