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

Unified Diff: components/cdm/common/cdm_message_generator.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/common/cdm_message_generator.h
diff --git a/components/cdm/common/cdm_message_generator.h b/components/cdm/common/cdm_message_generator.h
index b528207d00f89d0087be80c18e5e74792d731ce5..08309514782f4b8939a9cbe4a61e03b4f4d77153 100644
--- a/components/cdm/common/cdm_message_generator.h
+++ b/components/cdm/common/cdm_message_generator.h
@@ -4,7 +4,7 @@
// Multiply-included file, no traditional include guard.
-#include "base/basictypes.h" // for OS_ANDROID and some basic types.
+#include "build/build_config.h"
#if defined(OS_ANDROID)
#include "components/cdm/common/cdm_messages_android.h"
« no previous file with comments | « components/cdm/browser/widevine_drm_delegate_android.cc ('k') | components/cdm/renderer/widevine_key_systems.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698