chromium/chrome/browser/policy/messaging_layer/upload/network_condition_service_unittest.cc

// 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 "chrome/browser/policy/messaging_layer/upload/network_condition_service.h"

#include <limits>
#include <map>
#include <string>

#include "base/test/task_environment.h"
#include "base/time/time.h"
#include "content/public/browser/browser_task_traits.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace reporting {

class NetworkConditionServiceTest : public ::testing::Test {};

TEST_F(NetworkConditionServiceTest,
       SuccessfulInitializationAndUpdateAndDestroy) {}

}  // namespace reporting