| Index: components/nacl/renderer/plugin/nacl_subprocess.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h b/components/nacl/renderer/plugin/nacl_subprocess.h
|
| similarity index 95%
|
| rename from ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| rename to components/nacl/renderer/plugin/nacl_subprocess.h
|
| index 37bb2fe24d8e6ad0620743fa291b6a4d5ad7c608..023992ccf8d349c3016df521e7b9618cd4a7e095 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_subprocess.h
|
| +++ b/components/nacl/renderer/plugin/nacl_subprocess.h
|
| @@ -13,12 +13,11 @@
|
|
|
| #include <stdarg.h>
|
|
|
| +#include "components/nacl/renderer/plugin/service_runtime.h"
|
| +#include "components/nacl/renderer/plugin/srpc_client.h"
|
| #include "native_client/src/include/nacl_macros.h"
|
| #include "native_client/src/include/portability.h"
|
|
|
| -#include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
|
| -#include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
|
| -
|
| namespace plugin {
|
|
|
| class Plugin;
|
|
|