| Index: ppapi/proxy/interface_list.cc
|
| diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
|
| index f1194a01f3b66471357032cd3196ab6f819bc16e..f5e3e8f0ca34f9caf6a279e7275c555e73b39f8d 100644
|
| --- a/ppapi/proxy/interface_list.cc
|
| +++ b/ppapi/proxy/interface_list.cc
|
| @@ -318,7 +318,7 @@ InterfaceList::~InterfaceList() {
|
| InterfaceList* InterfaceList::GetInstance() {
|
| // CAUTION: This function is called without the ProxyLock to avoid excessive
|
| // excessive locking from C++ wrappers. (See also GetBrowserInterface.)
|
| - return Singleton<InterfaceList>::get();
|
| + return base::Singleton<InterfaceList>::get();
|
| }
|
|
|
| // static
|
|
|