From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/base/logging_unittest.cc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'chromium/base/logging_unittest.cc') diff --git a/chromium/base/logging_unittest.cc b/chromium/base/logging_unittest.cc index 90378f09db7..c14f3519614 100644 --- a/chromium/base/logging_unittest.cc +++ b/chromium/base/logging_unittest.cc @@ -53,8 +53,8 @@ #include #include -#include "base/fuchsia/default_context.h" #include "base/fuchsia/fuchsia_logging.h" +#include "base/fuchsia/process_context.h" #endif // OS_FUCHSIA namespace logging { @@ -776,10 +776,9 @@ TEST_F(LoggingTest, FuchsiaSystemLogging) { std::unique_ptr options = std::make_unique(); options->tags = {"base_unittests__exec"}; - fuchsia::logger::LogPtr logger = - base::fuchsia::ComponentContextForCurrentProcess() - ->svc() - ->Connect(); + fuchsia::logger::LogPtr logger = base::ComponentContextForProcess() + ->svc() + ->Connect(); listener.set_on_dump_logs_done(dump_logs); logger->DumpLogsSafe(binding.NewBinding(), std::move(options)); }); -- cgit v1.2.1