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

Unified Diff: media/filters/vp8_bool_decoder.cc

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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/filters/audio_clock.cc ('k') | net/cert/ct_log_verifier_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/vp8_bool_decoder.cc
diff --git a/media/filters/vp8_bool_decoder.cc b/media/filters/vp8_bool_decoder.cc
index 31b20e7bf0c1a1151be3c21e0569f36f357f3a23..7ec4859c1bc9ff598e3c1775a52117df8cd75130 100644
--- a/media/filters/vp8_bool_decoder.cc
+++ b/media/filters/vp8_bool_decoder.cc
@@ -40,6 +40,8 @@
// project. (http://www.webmproject.org/code)
// It is used to decode bits from a vp8 stream.
+#include <limits.h>
+
#include <algorithm>
#include "base/numerics/safe_conversions.h"
« no previous file with comments | « media/filters/audio_clock.cc ('k') | net/cert/ct_log_verifier_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698