Index: ipc/ipc_logging.cc |
=================================================================== |
--- ipc/ipc_logging.cc (revision 27386) |
+++ ipc/ipc_logging.cc (working copy) |
@@ -36,8 +36,8 @@ |
// special retention program. |
template <> |
struct RunnableMethodTraits<IPC::Logging> { |
- void RetainCallee(IPC::Logging*) {} |
- void ReleaseCallee(IPC::Logging*) {} |
+ static void RetainCallee(IPC::Logging*) {} |
+ static void ReleaseCallee(IPC::Logging*) {} |
}; |
namespace IPC { |