| Index: native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/pepper_interface.h b/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| similarity index 88%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/pepper_interface.h
|
| rename to native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| index 2c5c004299bff7d3d0a9e18f6c71bfb8bb04f2c7..4c97325b0878b7e63863996237cc519a1915d35e 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/pepper_interface.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/pepper_interface.h
|
| @@ -33,12 +33,12 @@
|
|
|
|
|
| // Forward declare interface classes.
|
| -#include "nacl_mounts/pepper/define_empty_macros.h"
|
| +#include "nacl_io/pepper/define_empty_macros.h"
|
| #undef BEGIN_INTERFACE
|
| #define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
|
| class BaseClass;
|
| -#include "nacl_mounts/pepper/all_interfaces.h"
|
| -#include "nacl_mounts/pepper/undef_macros.h"
|
| +#include "nacl_io/pepper/all_interfaces.h"
|
| +#include "nacl_io/pepper/undef_macros.h"
|
|
|
| int PPErrorToErrno(int32_t err);
|
|
|
| @@ -50,12 +50,12 @@ class PepperInterface {
|
| virtual void ReleaseResource(PP_Resource) = 0;
|
|
|
| // Interface getters.
|
| -#include "nacl_mounts/pepper/define_empty_macros.h"
|
| +#include "nacl_io/pepper/define_empty_macros.h"
|
| #undef BEGIN_INTERFACE
|
| #define BEGIN_INTERFACE(BaseClass, PPInterface, InterfaceString) \
|
| virtual BaseClass* Get##BaseClass() = 0;
|
| -#include "nacl_mounts/pepper/all_interfaces.h"
|
| -#include "nacl_mounts/pepper/undef_macros.h"
|
| +#include "nacl_io/pepper/all_interfaces.h"
|
| +#include "nacl_io/pepper/undef_macros.h"
|
| };
|
|
|
| // Interface class definitions.
|
| @@ -76,8 +76,8 @@ class PepperInterface {
|
| #define METHOD5(Class, ReturnType, MethodName, Type0, Type1, Type2, Type3, \
|
| Type4) \
|
| virtual ReturnType MethodName(Type0, Type1, Type2, Type3, Type4) = 0;
|
| -#include "nacl_mounts/pepper/all_interfaces.h"
|
| -#include "nacl_mounts/pepper/undef_macros.h"
|
| +#include "nacl_io/pepper/all_interfaces.h"
|
| +#include "nacl_io/pepper/undef_macros.h"
|
|
|
|
|
| class ScopedResource {
|
|
|