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

Unified Diff: media/cdm/cdm_helpers.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 | « no previous file | media/cdm/cdm_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_helpers.h
diff --git a/media/cdm/cdm_helpers.h b/media/cdm/cdm_helpers.h
index 6713d12161a31d33120ffd4dfd9c0194f2143ac8..d4bb6564f369cd5825e8cd983f27e1096d6f14d4 100644
--- a/media/cdm/cdm_helpers.h
+++ b/media/cdm/cdm_helpers.h
@@ -7,12 +7,12 @@
#include <stdint.h>
-#include "base/compiler_specific.h"
-#include "base/macros.h"
+#include "base/compiler_specific.h" // nogncheck
+#include "base/macros.h" // nogncheck
#include "media/cdm/api/content_decryption_module.h"
#if !defined(USE_PPAPI_CDM_ADAPTER)
-#include "base/memory/ref_counted.h"
+#include "base/memory/ref_counted.h" // nogncheck
#include "media/base/media_export.h"
#include "ui/gfx/geometry/size.h"
#define MEDIA_CDM_EXPORT MEDIA_EXPORT
« no previous file with comments | « no previous file | media/cdm/cdm_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698