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

Unified Diff: base/trace_event/trace_log.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove todo Created 5 years, 4 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
Index: base/trace_event/trace_log.h
diff --git a/base/trace_event/trace_log.h b/base/trace_event/trace_log.h
index dedebce937e671247e9a0e56a357272c872781b4..de722d001e324a48b84b20bad2821e9e64b8a2b2 100644
--- a/base/trace_event/trace_log.h
+++ b/base/trace_event/trace_log.h
@@ -25,11 +25,11 @@
TRACE_EVENT_PHASE_INSTANT, name, reinterpret_cast<const void*>(id), \
extra)
+namespace base {
+
template <typename Type>
struct DefaultSingletonTraits;
-namespace base {
-
class RefCountedString;
namespace trace_event {

Powered by Google App Engine
This is Rietveld 408576698