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