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

Unified Diff: base/trace_event/trace_event_win.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add \n 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_event_win.h
diff --git a/base/trace_event/trace_event_win.h b/base/trace_event/trace_event_win.h
index 416136155490f9fd94971b90b0ca4ead8492a69c..83d22d7374894eb7cdaee4b03297f1c0e9dd6852 100644
--- a/base/trace_event/trace_event_win.h
+++ b/base/trace_event/trace_event_win.h
@@ -13,10 +13,12 @@
#include "base/win/event_trace_provider.h"
// Fwd.
danakj 2015/09/01 20:55:13 put this comment on the forward decl or remove it
+
+namespace base {
+
template <typename Type>
struct StaticMemorySingletonTraits;
-namespace base {
namespace trace_event {
// This EtwTraceProvider subclass implements ETW logging

Powered by Google App Engine
This is Rietveld 408576698