diff options
Diffstat (limited to 'chromium/base/lazy_instance_helpers.h')
-rw-r--r-- | chromium/base/lazy_instance_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/lazy_instance_helpers.h b/chromium/base/lazy_instance_helpers.h index 5a43d8b1f26..99b5e055027 100644 --- a/chromium/base/lazy_instance_helpers.h +++ b/chromium/base/lazy_instance_helpers.h @@ -7,7 +7,7 @@ #include "base/atomicops.h" #include "base/base_export.h" -#include "base/logging.h" +#include "base/check.h" // Helper methods used by LazyInstance and a few other base APIs for thread-safe // lazy construction. |