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

Unified Diff: components/cdm/browser/widevine_drm_delegate_android.h

Issue 1546143002: Switch to standard integer types in components/, 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: components/cdm/browser/widevine_drm_delegate_android.h
diff --git a/components/cdm/browser/widevine_drm_delegate_android.h b/components/cdm/browser/widevine_drm_delegate_android.h
index 09a54aee67425f336c584b489d9bc231b43ab010..6beb601cbe06b7cccc3927556aff58a5b94a1d7f 100644
--- a/components/cdm/browser/widevine_drm_delegate_android.h
+++ b/components/cdm/browser/widevine_drm_delegate_android.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
#define COMPONENTS_CDM_BROWSER_WIDEVINE_DRM_DELEGATE_ANDROID_H_
+#include <stdint.h>
+
#include "base/macros.h"
#include "media/base/android/media_drm_bridge_delegate.h"
« no previous file with comments | « components/cdm/browser/cdm_message_filter_android.cc ('k') | components/cdm/browser/widevine_drm_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698