| Index: native_client_sdk/src/tests/nacl_io_test/mock_util.h
|
| diff --git a/native_client_sdk/src/tests/nacl_io_test/mock_util.h b/native_client_sdk/src/tests/nacl_io_test/mock_util.h
|
| index 7f29f0f674bd124be724c73f24d088bebcd1353c..68ee0b317d82b7686abdcc387abe356f0e45e9ef 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_test/mock_util.h
|
| +++ b/native_client_sdk/src/tests/nacl_io_test/mock_util.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_UTIL_H_
|
| -#define LIBRARIES_NACL_IO_TEST_MOCK_UTIL_H_
|
| +#ifndef TESTS_NACL_IO_TEST_MOCK_UTIL_H_
|
| +#define TESTS_NACL_IO_TEST_MOCK_UTIL_H_
|
|
|
| #include <gmock/gmock.h>
|
| #include <ppapi/c/pp_completion_callback.h>
|
| @@ -49,4 +49,4 @@ MATCHER_P(IsEqualToVar, var, "") {
|
| }
|
| }
|
|
|
| -#endif // LIBRARIES_NACL_IO_TEST_MOCK_UTIL_H_
|
| +#endif // TESTS_NACL_IO_TEST_MOCK_UTIL_H_
|
|
|