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

Unified Diff: media/cast/test/utility/input_builder.h

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/cast/test/receiver.cc ('k') | media/cast/test/utility/input_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/input_builder.h
diff --git a/media/cast/test/utility/input_builder.h b/media/cast/test/utility/input_builder.h
index f8ec4d7e0289c0831777b4c0eafd4e292ac4924f..cb025b4e8fe5305a2fd9d67e47ffc1eab7293a52 100644
--- a/media/cast/test/utility/input_builder.h
+++ b/media/cast/test/utility/input_builder.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_CAST_TEST_UTILITY_INPUT_BUILDER_
#define MEDIA_CAST_TEST_UTILITY_INPUT_BUILDER_
+#include <limits.h>
+
#include <string>
namespace media {
« no previous file with comments | « media/cast/test/receiver.cc ('k') | media/cast/test/utility/input_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698