| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 41815e27598d8a204f259a5872699b27adad8a34..3274c56c21d25f5b7a48f95d8502bbf618c39784 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -150,7 +150,7 @@ PpapiThread::PpapiThread(const base::CommandLine& command_line, bool is_broker)
|
| #endif
|
| } else {
|
| ChildThread::Get()->GetRemoteInterfaces()->GetInterface(
|
| - mojo::GetProxy(&manager_ptr));
|
| + mojo::MakeRequest(&manager_ptr));
|
| }
|
| discardable_shared_memory_manager_ = base::MakeUnique<
|
| discardable_memory::ClientDiscardableSharedMemoryManager>(
|
|
|