// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill/core/browser/logging/text_log_receiver.h" #include "base/json/json_reader.h" #include "testing/gtest/include/gtest/gtest.h" namespace autofill { TEST(TextLogReceiver, IntegrationTest) { … } } // namespace autofill