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

Unified Diff: media/cdm/cdm_helpers.cc

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 | « media/cdm/cdm_helpers.h ('k') | media/cdm/cdm_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/cdm_helpers.cc
diff --git a/media/cdm/cdm_helpers.cc b/media/cdm/cdm_helpers.cc
index 491bff9e2f054b266f6fefea27cce8ec549183b6..b4f035e2a18b83710d22e416c7a9374b7e783e6d 100644
--- a/media/cdm/cdm_helpers.cc
+++ b/media/cdm/cdm_helpers.cc
@@ -9,7 +9,7 @@
#include "ppapi/cpp/logging.h" // nogncheck
#define PLATFORM_DCHECK PP_DCHECK
#else
-#include "base/logging.h"
+#include "base/logging.h" // nogncheck
#define PLATFORM_DCHECK DCHECK
#endif
« no previous file with comments | « media/cdm/cdm_helpers.h ('k') | media/cdm/cdm_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698