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

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: 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 | « ipc/ipc_channel_posix.cc ('k') | ipc/ipc_logging.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_logging.h
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h
index 81315f7c685e0ad6c7e2421343b00567613445b5..2d12cb4c6641b50b01c8041273b0b3c68c2789d0 100644
--- a/ipc/ipc_logging.h
+++ b/ipc/ipc_logging.h
@@ -101,7 +101,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();
« no previous file with comments | « ipc/ipc_channel_posix.cc ('k') | ipc/ipc_logging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698