Index: native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h |
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h b/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h |
index cae326fe740f2c67dde0470db51471e53c641c17..19d53a2354427099e2218fa5b0d4db7212e64a2f 100644 |
--- a/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.h |
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_core_interface.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_FAKE_CORE_INTERFACE_H_ |
-#define LIBRARIES_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_ |
+#ifndef TESTS_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_ |
+#define TESTS_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_ |
#include "fake_resource_manager.h" |
#include "nacl_io/pepper_interface.h" |
@@ -25,4 +25,4 @@ class FakeCoreInterface : public nacl_io::CoreInterface { |
DISALLOW_COPY_AND_ASSIGN(FakeCoreInterface); |
}; |
-#endif // LIBRARIES_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_ |
+#endif // TESTS_NACL_IO_TEST_FAKE_CORE_INTERFACE_H_ |