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

Unified Diff: chrome/common/widevine_cdm_constants.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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
« no previous file with comments | « chrome/common/widevine_cdm_constants.h ('k') | chrome/common/worker_thread_ticker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/widevine_cdm_constants.cc
diff --git a/chrome/common/widevine_cdm_constants.cc b/chrome/common/widevine_cdm_constants.cc
index 44f0b7d02c7ceb2a69d5d423a1dddf248b70b204..f59563c2cb3ba1f8e5f616912a7ecd4d8e686dc6 100644
--- a/chrome/common/widevine_cdm_constants.cc
+++ b/chrome/common/widevine_cdm_constants.cc
@@ -9,5 +9,5 @@
const char kWidevineCdmPluginExtension[] = "";
-const int32 kWidevineCdmPluginPermissions = ppapi::PERMISSION_DEV |
- ppapi::PERMISSION_PRIVATE;
+const int32_t kWidevineCdmPluginPermissions =
+ ppapi::PERMISSION_DEV | ppapi::PERMISSION_PRIVATE;
« no previous file with comments | « chrome/common/widevine_cdm_constants.h ('k') | chrome/common/worker_thread_ticker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698