diff options
Diffstat (limited to 'third_party/cld/base/log_severity.h')
-rw-r--r-- | third_party/cld/base/log_severity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/cld/base/log_severity.h b/third_party/cld/base/log_severity.h index 05e6f18..ecb01d9 100644 --- a/third_party/cld/base/log_severity.h +++ b/third_party/cld/base/log_severity.h @@ -6,7 +6,7 @@ #define BASE_LOG_SEVERITY_H_ #include "base/port.h" -#include "third_party/cld/base/commandlineflags.h" +#include "base/commandlineflags.h" // Variables of type LogSeverity are widely taken to lie in the range // [0, NUM_SEVERITIES-1]. Be careful to preserve this assumption if |