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

Unified Diff: base/debug/trace_event.h

Issue 8470001: TraceEvent fixes for thread name changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac - can't pass NULL to PlatformName::SetName Created 9 years, 1 month 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 | base/debug/trace_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event.h
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index b47f7162fca2d45b925d47306315bc4b81f59c0d..ce52645644575b2d8e788f4c4b88f9008249b485 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -103,8 +103,8 @@
#include "base/callback.h"
#include "base/hash_tables.h"
#include "base/memory/ref_counted_memory.h"
-#include "base/memory/singleton.h"
#include "base/string_util.h"
+#include "base/synchronization/lock.h"
#include "base/third_party/dynamic_annotations/dynamic_annotations.h"
#include "base/timer.h"
@@ -325,6 +325,9 @@
INTERNAL_TRACE_EVENT_UID(begin_event_id), threshold); \
}
+template <typename Type>
+struct StaticMemorySingletonTraits;
+
namespace base {
class RefCountedString;
« no previous file with comments | « no previous file | base/debug/trace_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698