| Index: src/base/atomicops_internals_x86_gcc.cc
|
| diff --git a/src/base/atomicops_internals_x86_gcc.cc b/src/base/atomicops_internals_x86_gcc.cc
|
| index 969f2371b0b58cd2b9e574dc51a9cec522b6dbe7..ab7dd8d091bf5b742a0cf0a4e921e75bbcdbc5d3 100644
|
| --- a/src/base/atomicops_internals_x86_gcc.cc
|
| +++ b/src/base/atomicops_internals_x86_gcc.cc
|
| @@ -5,7 +5,7 @@
|
| // This module gets enough CPU information to optimize the
|
| // atomicops module on x86.
|
|
|
| -#include <string.h>
|
| +#include <string.h> // NOLINT(build/include)
|
|
|
| #include "src/base/atomicops.h"
|
|
|
|
|