diff options
Diffstat (limited to 'runtime/scoped_thread_state_change.h')
-rw-r--r-- | runtime/scoped_thread_state_change.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/scoped_thread_state_change.h b/runtime/scoped_thread_state_change.h index 0c42c5ae8d..b2ad90a1ea 100644 --- a/runtime/scoped_thread_state_change.h +++ b/runtime/scoped_thread_state_change.h @@ -19,8 +19,8 @@ #include "jni.h" +#include "base/locks.h" #include "base/macros.h" -#include "base/mutex.h" #include "base/value_object.h" #include "thread_state.h" |