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

Unified Diff: media/cdm/ppapi/ppapi_cdm_adapter.cc

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compile after r368203 Created 4 years, 11 months 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 | « gpu/command_buffer/tests/gl_readback_unittest.cc ('k') | net/disk_cache/blockfile/bitmap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/ppapi_cdm_adapter.cc
diff --git a/media/cdm/ppapi/ppapi_cdm_adapter.cc b/media/cdm/ppapi/ppapi_cdm_adapter.cc
index 40b0baed104cf8a802b6859c1f02e41f877c4c8e..d3a143a44aed157f8eee1474e0f6b74caacac6cd 100644
--- a/media/cdm/ppapi/ppapi_cdm_adapter.cc
+++ b/media/cdm/ppapi/ppapi_cdm_adapter.cc
@@ -4,6 +4,8 @@
#include "media/cdm/ppapi/ppapi_cdm_adapter.h"
+#include <string.h>
+
#include "base/macros.h"
#include "build/build_config.h"
#include "media/base/limits.h"
« no previous file with comments | « gpu/command_buffer/tests/gl_readback_unittest.cc ('k') | net/disk_cache/blockfile/bitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698