// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/network/network_quality_observer_impl.h" #include "base/run_loop.h" #include "base/test/metrics/histogram_tester.h" #include "base/time/time.h" #include "content/public/test/browser_task_environment.h" #include "net/nqe/effective_connection_type.h" #include "services/network/test/test_network_quality_tracker.h" #include "testing/gtest/include/gtest/gtest.h" namespace content { namespace { TEST(NetworkQualityObserverImplTest, TestObserverNotified) { … } } // namespace } // namespace content