| Index: components/nacl/renderer/plugin/nacl_subprocess.cc
 | 
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc b/components/nacl/renderer/plugin/nacl_subprocess.cc
 | 
| similarity index 95%
 | 
| rename from ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc
 | 
| rename to components/nacl/renderer/plugin/nacl_subprocess.cc
 | 
| index 891bcda579577af581b0750f346d9d0eb4082b41..f9f5510045ae0bbe1d08e9f29d7661e316785bed 100644
 | 
| --- a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc
 | 
| +++ b/components/nacl/renderer/plugin/nacl_subprocess.cc
 | 
| @@ -2,15 +2,15 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
 | 
| +#include "components/nacl/renderer/plugin/nacl_subprocess.h"
 | 
|  
 | 
|  #include <stdarg.h>
 | 
|  
 | 
|  #include <sstream>
 | 
|  
 | 
| +#include "components/nacl/renderer/plugin/plugin_error.h"
 | 
| +#include "components/nacl/renderer/plugin/srpc_params.h"
 | 
|  #include "native_client/src/shared/srpc/nacl_srpc.h"
 | 
| -#include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
 | 
| -#include "ppapi/native_client/src/trusted/plugin/srpc_params.h"
 | 
|  
 | 
|  namespace plugin {
 | 
|  
 | 
| 
 |