| Index: native_client_sdk/src/libraries/sdk_util/ref_object.h
|
| ===================================================================
|
| --- native_client_sdk/src/libraries/sdk_util/ref_object.h (revision 0)
|
| +++ native_client_sdk/src/libraries/sdk_util/ref_object.h (working copy)
|
| @@ -3,8 +3,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#ifndef LIBRARIES_UTILS_REF_OBJECT
|
| -#define LIBRARIES_UTILS_REF_OBJECT
|
| +#ifndef LIBRARIES_SDK_UTIL_REF_OBJECT
|
| +#define LIBRARIES_SDK_UTIL_REF_OBJECT
|
|
|
| #include <stdlib.h>
|
| #include "pthread.h"
|
| @@ -45,4 +45,5 @@
|
| int ref_count_;
|
| };
|
|
|
| -#endif // LIBRARIES_UTILS_REF_OBJECT
|
| +#endif // LIBRARIES_SDK_UTIL_REF_OBJECT
|
| +
|
|
|