summaryrefslogtreecommitdiff
path: root/net/disk_cache/disk_cache_fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/disk_cache_fuzzer.cc')
-rw-r--r--net/disk_cache/disk_cache_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/disk_cache_fuzzer.cc b/net/disk_cache/disk_cache_fuzzer.cc
index a0dcbdf55..0f2155aec 100644
--- a/net/disk_cache/disk_cache_fuzzer.cc
+++ b/net/disk_cache/disk_cache_fuzzer.cc
@@ -105,7 +105,7 @@ struct InitGlobals {
// Disable noisy logging as per "libFuzzer in Chrome" documentation:
// testing/libfuzzer/getting_started.md#Disable-noisy-error-message-logging.
- logging::SetMinLogLevel(logging::LOG_FATAL);
+ logging::SetMinLogLevel(logging::LOGGING_FATAL);
// Re-using this buffer for write operations may technically be against
// IOBuffer rules but it shouldn't cause any actual problems.