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

Unified Diff: ipc/ipc_logging.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format 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: ipc/ipc_logging.h
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h
index f730b6ae3e2b6dcdb6866d67354b4673cb29c829..cdf2715664d8abe596610a858dcf8c6db205ec19 100644
--- a/ipc/ipc_logging.h
+++ b/ipc/ipc_logging.h
@@ -99,7 +99,7 @@ class IPC_EXPORT Logging {
const char* ANSIEscape(ANSIColor color);
ANSIColor DelayColor(double delay);
- friend struct DefaultSingletonTraits<Logging>;
+ friend struct base::DefaultSingletonTraits<Logging>;
Logging();
void OnSendLogs();

Powered by Google App Engine
This is Rietveld 408576698