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

Unified Diff: content/browser/tracing/etw_system_event_consumer_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: ToT Created 5 years, 3 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 | « content/browser/theme_helper_mac.mm ('k') | content/browser/tracing/etw_system_event_consumer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tracing/etw_system_event_consumer_win.h
diff --git a/content/browser/tracing/etw_system_event_consumer_win.h b/content/browser/tracing/etw_system_event_consumer_win.h
index 3611bee7c6037560cb65dad4c9f62a6f79267dc6..25f4656f7ada72bceb2c50d39e626f8e53729e02 100644
--- a/content/browser/tracing/etw_system_event_consumer_win.h
+++ b/content/browser/tracing/etw_system_event_consumer_win.h
@@ -12,8 +12,10 @@
#include "base/win/event_trace_consumer.h"
#include "base/win/event_trace_controller.h"
+namespace base {
template <typename Type>
struct DefaultSingletonTraits;
+}
namespace content {
@@ -32,7 +34,7 @@ class EtwSystemEventConsumer :
private:
// This allows constructor and destructor to be private and usable only
// by the Singleton class.
- friend struct DefaultSingletonTraits<EtwSystemEventConsumer>;
+ friend struct base::DefaultSingletonTraits<EtwSystemEventConsumer>;
// Constructor.
EtwSystemEventConsumer();
« no previous file with comments | « content/browser/theme_helper_mac.mm ('k') | content/browser/tracing/etw_system_event_consumer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698