| Index: chromeos/process_proxy/process_proxy_registry.h
|
| diff --git a/chromeos/process_proxy/process_proxy_registry.h b/chromeos/process_proxy/process_proxy_registry.h
|
| index 093e0fd57d79a9ea0bd478a3d54c2697e5e37c5d..428a61c1ec250f3a18ac359ce168fd5432c0e3c4 100644
|
| --- a/chromeos/process_proxy/process_proxy_registry.h
|
| +++ b/chromeos/process_proxy/process_proxy_registry.h
|
| @@ -58,7 +58,7 @@ class CHROMEOS_EXPORT ProcessProxyRegistry : public base::NonThreadSafe {
|
| void ShutDown();
|
|
|
| private:
|
| - friend struct ::base::DefaultLazyInstanceTraits<ProcessProxyRegistry>;
|
| + friend struct ::base::LazyInstanceTraitsBase<ProcessProxyRegistry>;
|
|
|
| ProcessProxyRegistry();
|
| ~ProcessProxyRegistry();
|
|
|