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

Unified Diff: chrome/browser/android/media/media_throttle_infobar_delegate.cc

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (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: chrome/browser/android/media/media_throttle_infobar_delegate.cc
diff --git a/chrome/browser/android/media/media_throttle_infobar_delegate.cc b/chrome/browser/android/media/media_throttle_infobar_delegate.cc
index ae7b0510a3104333820a0e7ae2199dfba4254cda..05efb8d4d1fb54268917a4736e01a5557aee9a53 100644
--- a/chrome/browser/android/media/media_throttle_infobar_delegate.cc
+++ b/chrome/browser/android/media/media_throttle_infobar_delegate.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/android/media/media_throttle_infobar_delegate.h"
+#include <stddef.h>
+
#include "base/metrics/histogram_macros.h"
#include "chrome/browser/infobars/infobar_service.h"
#include "chrome/grit/generated_resources.h"
« no previous file with comments | « chrome/browser/android/media/media_throttle_infobar_delegate.h ('k') | chrome/browser/android/metrics/uma_session_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698