diff options
Diffstat (limited to 'ipc/ipc_logging.cc')
-rw-r--r-- | ipc/ipc_logging.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ipc/ipc_logging.cc b/ipc/ipc_logging.cc index ac96666..fb2f79b 100644 --- a/ipc/ipc_logging.cc +++ b/ipc/ipc_logging.cc @@ -32,11 +32,7 @@ using base::Time; // IPC::Logging is allocated as a singleton, so we don't need any kind of // special retention program. -template <> -struct RunnableMethodTraits<IPC::Logging> { - void RetainCallee(IPC::Logging*) {} - void ReleaseCallee(IPC::Logging*) {} -}; +DISABLE_RUNNABLE_METHOD_REFCOUNT(IPC::Logging); namespace IPC { |