| Index: native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h
|
| diff --git a/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h b/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h
|
| index 767f07e4c72f9a512bc7086375f108ac85a66006..12d06b68d5ad2d6fe486bc9d5e7736d8a8fd7aea 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h
|
| +++ b/native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef LIBRARIES_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_
|
| -#define LIBRARIES_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_
|
| +#ifndef TESTS_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_
|
| +#define TESTS_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_
|
|
|
| #include <sys/types.h>
|
| #include <sys/stat.h>
|
| @@ -99,4 +99,4 @@ class MockKernelProxy : public nacl_io::KernelProxy {
|
|
|
| };
|
|
|
| -#endif // LIBRARIES_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_
|
| +#endif // TESTS_NACL_IO_TEST_MOCK_KERNEL_PROXY_H_
|
|
|