| Index: mojo/edk/util/thread_annotations.h
|
| diff --git a/mojo/edk/system/thread_annotations.h b/mojo/edk/util/thread_annotations.h
|
| similarity index 95%
|
| rename from mojo/edk/system/thread_annotations.h
|
| rename to mojo/edk/util/thread_annotations.h
|
| index ffac5580821c68cf5f5407a8d157997167356312..0cc0e018ca8d4aa2d30a7143a442229602d2c773 100644
|
| --- a/mojo/edk/system/thread_annotations.h
|
| +++ b/mojo/edk/util/thread_annotations.h
|
| @@ -12,8 +12,8 @@
|
| // particular, |TRY_ACQUIRE()| doesn't work: b/19264527).
|
| // https://github.com/domokit/mojo/issues/314
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_THREAD_ANNOTATIONS_H_
|
| -#define MOJO_EDK_SYSTEM_THREAD_ANNOTATIONS_H_
|
| +#ifndef MOJO_EDK_UTIL_THREAD_ANNOTATIONS_H_
|
| +#define MOJO_EDK_UTIL_THREAD_ANNOTATIONS_H_
|
|
|
| // Enable thread-safety attributes only with clang.
|
| // The attributes can be safely erased when compiling with other compilers.
|
| @@ -82,4 +82,4 @@
|
| // implementations.
|
| #define MOJO_NOT_THREAD_SAFE MOJO_NO_THREAD_SAFETY_ANALYSIS
|
|
|
| -#endif // MOJO_EDK_SYSTEM_THREAD_ANNOTATIONS_H_
|
| +#endif // MOJO_EDK_UTIL_THREAD_ANNOTATIONS_H_
|
|
|