diff options
Diffstat (limited to 'chromium/base/synchronization/lock.h')
-rw-r--r-- | chromium/base/synchronization/lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/synchronization/lock.h b/chromium/base/synchronization/lock.h index e89db4a56db..d9cfbb758f1 100644 --- a/chromium/base/synchronization/lock.h +++ b/chromium/base/synchronization/lock.h @@ -6,7 +6,7 @@ #define BASE_SYNCHRONIZATION_LOCK_H_ #include "base/base_export.h" -#include "base/logging.h" +#include "base/check_op.h" #include "base/macros.h" #include "base/synchronization/lock_impl.h" #include "base/thread_annotations.h" |