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

Unified Diff: media/cdm/ppapi/ppapi_cdm_buffer.h

Issue 2429773002: osmesa, cdmadapter: drop workaround for VS2013 allocator shim
Patch Set: add nogncheck around trivial base includes from headers used by the cdm adapter Created 4 years, 2 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 | « media/cdm/ppapi/ppapi_cdm_adapter.cc ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/ppapi/ppapi_cdm_buffer.h
diff --git a/media/cdm/ppapi/ppapi_cdm_buffer.h b/media/cdm/ppapi/ppapi_cdm_buffer.h
index 648d619adab3628d58665d7869260f8c919287a3..f001d68fc868459723baab1b2804f52369c4f532 100644
--- a/media/cdm/ppapi/ppapi_cdm_buffer.h
+++ b/media/cdm/ppapi/ppapi_cdm_buffer.h
@@ -8,8 +8,8 @@
#include <map>
#include <utility>
-#include "base/compiler_specific.h"
-#include "base/macros.h"
+#include "base/compiler_specific.h" // nogncheck
+#include "base/macros.h" // nogncheck
#include "build/build_config.h"
#include "media/cdm/api/content_decryption_module.h"
#include "ppapi/c/pp_errors.h"
« no previous file with comments | « media/cdm/ppapi/ppapi_cdm_adapter.cc ('k') | third_party/mesa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698