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