| Index: net/proxy/proxy_config_service_linux_unittest.cc
|
| ===================================================================
|
| --- net/proxy/proxy_config_service_linux_unittest.cc (revision 27386)
|
| +++ net/proxy/proxy_config_service_linux_unittest.cc (working copy)
|
| @@ -309,11 +309,12 @@
|
| int get_config_result_; // Return value from GetProxyConfig().
|
| };
|
|
|
| -template <>
|
| -struct RunnableMethodTraits<SynchConfigGetter> {
|
| - void RetainCallee(SynchConfigGetter*) {}
|
| - void ReleaseCallee(SynchConfigGetter*) {}
|
| -};
|
| +template<>
|
| +void RunnableMethodTraits<SynchConfigGetter>::RetainCallee(
|
| + SynchConfigGetter* remover) {}
|
| +template<>
|
| +void RunnableMethodTraits<SynchConfigGetter>::ReleaseCallee(
|
| + SynchConfigGetter* remover) {}
|
|
|
| namespace net {
|
|
|
|
|