| Index: native_client_sdk/src/libraries/nacl_io/pepper_interface.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/pepper_interface.cc b/native_client_sdk/src/libraries/nacl_io/pepper_interface.cc
|
| similarity index 97%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/pepper_interface.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/pepper_interface.cc
|
| index 51dff4e53a9a36719302833f35e38e50b2a9b1bd..21c346255ee9b4736d987790a9d5d50f6e6b272a 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/pepper_interface.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/pepper_interface.cc
|
| @@ -2,7 +2,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#include "nacl_mounts/pepper_interface.h"
|
| +#include "nacl_io/pepper_interface.h"
|
| #include <errno.h>
|
| #include <ppapi/c/pp_errors.h>
|
|
|
|
|