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

Unified Diff: media/cdm/cdm_wrapper.h

Issue 1535193003: Add missing macros includes in media/. (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 | « media/cdm/aes_decryptor.h ('k') | media/cdm/external_clear_key_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_wrapper.h
diff --git a/media/cdm/cdm_wrapper.h b/media/cdm/cdm_wrapper.h
index 8ba71a7a5cb201b47dde7afe63e59e43826287e9..156dbf5e9cc28b6c0659323dd0cea8b05ba99848 100644
--- a/media/cdm/cdm_wrapper.h
+++ b/media/cdm/cdm_wrapper.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "media/cdm/api/content_decryption_module.h"
#include "media/cdm/supported_cdm_versions.h"
« no previous file with comments | « media/cdm/aes_decryptor.h ('k') | media/cdm/external_clear_key_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698