| Index: native_client_sdk/src/tests/nacl_io_test/pepper_interface_mock.h
|
| diff --git a/native_client_sdk/src/tests/nacl_io_test/pepper_interface_mock.h b/native_client_sdk/src/tests/nacl_io_test/pepper_interface_mock.h
|
| index 2c5a5b0883075f6b73ae7921284b3b3ab053d360..9af3a7c63d8c7616ad6e18a22a19b3e13ad9f692 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_test/pepper_interface_mock.h
|
| +++ b/native_client_sdk/src/tests/nacl_io_test/pepper_interface_mock.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_PEPPER_INTERFACE_MOCK_H_
|
| -#define LIBRARIES_NACL_IO_TEST_PEPPER_INTERFACE_MOCK_H_
|
| +#ifndef TESTS_NACL_IO_TEST_PEPPER_INTERFACE_MOCK_H_
|
| +#define TESTS_NACL_IO_TEST_PEPPER_INTERFACE_MOCK_H_
|
|
|
| #include "gmock/gmock.h"
|
| #include "nacl_io/pepper_interface.h"
|
| @@ -61,4 +61,4 @@ class PepperInterfaceMock : public nacl_io::PepperInterface {
|
| };
|
|
|
|
|
| -#endif // LIBRARIES_NACL_IO_TEST_PEPPER_INTERFACE_MOCK_H_
|
| +#endif // TESTS_NACL_IO_TEST_PEPPER_INTERFACE_MOCK_H_
|
|
|