Index: native_client_sdk/src/libraries/gtest_ppapi/pthread_ext.h |
diff --git a/native_client_sdk/src/libraries/c_salt/threading/pthread_ext.h b/native_client_sdk/src/libraries/gtest_ppapi/pthread_ext.h |
similarity index 72% |
rename from native_client_sdk/src/libraries/c_salt/threading/pthread_ext.h |
rename to native_client_sdk/src/libraries/gtest_ppapi/pthread_ext.h |
index 511adfa0cda15ad962fd7b471928cb8609d25708..6d60957d8c336122765d7bfb7968bf266e39ab23 100644 |
--- a/native_client_sdk/src/libraries/c_salt/threading/pthread_ext.h |
+++ b/native_client_sdk/src/libraries/gtest_ppapi/pthread_ext.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 PTHREAD_EXT_H_ |
-#define PTHREAD_EXT_H_ |
+#ifndef GTEST_PPAPI_PTHREAD_EXT_H_ |
+#define GTEST_PPAPI_PTHREAD_EXT_H_ |
// Include wrapper on pthread.h, with a few handy constants. |
@@ -11,5 +11,4 @@ |
#define PTHREAD_MUTEX_SUCCESS 0 |
-#endif // PTHREAD_EXT_H_ |
- |
+#endif // GTEST_PPAPI_PTHREAD_EXT_H_ |