platform2: change LoggingSeverity logging::{LOG=>LOGGING}_*
They would be renamed after libchrome r822064 uprev.
BUG=chromium:1144735
TEST=./build_package --board=eve locally; CQ
Exempt-From-Owner-Approval: Mechanical change involving a lot of owners.
Change-Id: If338e215b5a2ff44441b2f42db2e384e5549abf1
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2557300
Tested-by: Grace Cham <hscham@chromium.org>
Reviewed-by: Clark Chung <ckclark@chromium.org>
Reviewed-by: Sergei Datsenko <dats@chromium.org>
Reviewed-by: Maksim Ivanov <emaxx@chromium.org>
Reviewed-by: Felipe Andrade <fsandrade@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-by: Kyle Williams <kdgwill@chromium.org>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Andrew Lassalle <andrewlassalle@chromium.org>
Reviewed-by: Ryan Hansberry <hansberry@chromium.org>
Reviewed-by: Ian Barkley-Yeung <iby@chromium.org>
Reviewed-by: Andrey Pronin <apronin@chromium.org>
Reviewed-by: Eric Caruso <ejcaruso@chromium.org>
Reviewed-by: Garrick Evans <garrick@chromium.org>
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Reviewed-by: Xinglong Luan <alanlxl@chromium.org>
Commit-Queue: Qijiang Fan <fqj@google.com>
diff --git a/patchpanel/ndproxy_fuzzer.cc b/patchpanel/ndproxy_fuzzer.cc
index ebeac88..1f38f3f 100644
--- a/patchpanel/ndproxy_fuzzer.cc
+++ b/patchpanel/ndproxy_fuzzer.cc
@@ -12,7 +12,7 @@
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
// Turn off logging.
- logging::SetMinLogLevel(logging::LOG_FATAL);
+ logging::SetMinLogLevel(logging::LOGGING_FATAL);
uint8_t* out_buffer_extended = new uint8_t[size + 4];
uint8_t* out_buffer = NDProxy::AlignFrameBuffer(out_buffer_extended);