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

Unified Diff: media/cdm/cdm_helpers.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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: media/cdm/cdm_helpers.h
diff --git a/media/cdm/cdm_helpers.h b/media/cdm/cdm_helpers.h
index a058f4319d0ea49da262cb963dce9246d8a3d619..538b4e809825074bd932384b6b29f913e68b0e7b 100644
--- a/media/cdm/cdm_helpers.h
+++ b/media/cdm/cdm_helpers.h
@@ -5,7 +5,7 @@
#ifndef MEDIA_CDM_CDM_HELPERS_H_
#define MEDIA_CDM_CDM_HELPERS_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "media/cdm/api/content_decryption_module.h"
namespace media {

Powered by Google App Engine
This is Rietveld 408576698