| Index: tests/fake_browser_ppapi/fake_file_io_trusted.cc
|
| ===================================================================
|
| --- tests/fake_browser_ppapi/fake_file_io_trusted.cc (revision 3872)
|
| +++ tests/fake_browser_ppapi/fake_file_io_trusted.cc (working copy)
|
| @@ -8,16 +8,16 @@
|
|
|
| #include "native_client/src/include/nacl_macros.h"
|
| #include "native_client/src/include/portability.h"
|
| -#include "native_client/src/shared/ppapi_proxy/utility.h"
|
|
|
| #include "native_client/tests/fake_browser_ppapi/fake_file_io.h"
|
| #include "native_client/tests/fake_browser_ppapi/fake_resource.h"
|
| +#include "native_client/tests/fake_browser_ppapi/utility.h"
|
|
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/pp_resource.h"
|
|
|
| -using ppapi_proxy::DebugPrintf;
|
| +using fake_browser_ppapi::DebugPrintf;
|
|
|
| namespace fake_browser_ppapi {
|
|
|
|
|