| Index: ppapi/proxy/flash_resource_unittest.cc
 | 
| ===================================================================
 | 
| --- ppapi/proxy/flash_resource_unittest.cc	(revision 187715)
 | 
| +++ ppapi/proxy/flash_resource_unittest.cc	(working copy)
 | 
| @@ -5,9 +5,9 @@
 | 
|  #include "ppapi/c/dev/ppb_video_capture_dev.h"
 | 
|  #include "ppapi/c/pp_errors.h"
 | 
|  #include "ppapi/c/private/ppb_flash.h"
 | 
| -#include "ppapi/proxy/locking_resource_releaser.h"
 | 
|  #include "ppapi/proxy/ppapi_messages.h"
 | 
|  #include "ppapi/proxy/ppapi_proxy_test.h"
 | 
| +#include "ppapi/shared_impl/scoped_pp_resource.h"
 | 
|  #include "ppapi/thunk/thunk.h"
 | 
|  
 | 
|  namespace ppapi {
 | 
| @@ -43,7 +43,7 @@
 | 
|    sink().AddFilter(&enumerate_video_devices_handler);
 | 
|  
 | 
|    // Set up the arguments to the call.
 | 
| -  LockingResourceReleaser video_capture(
 | 
| +  ScopedPPResource video_capture(ScopedPPResource::PassRef(),
 | 
|        ::ppapi::thunk::GetPPB_VideoCapture_Dev_0_3_Thunk()->Create(
 | 
|            pp_instance()));
 | 
|    std::vector<PP_Resource> unused;
 | 
| 
 |