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

Unified Diff: media/cdm/cdm_helpers.h

Issue 2363283002: Use 'local-exec' for threadlocal_heap_ in tcmalloc. (Closed)
Patch Set: Try static_library for cast_graphics Created 3 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 | « chromecast/graphics/BUILD.gn ('k') | 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 | « chromecast/graphics/BUILD.gn ('k') | media/cdm/cdm_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698