chromium/chrome/browser/services_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <string>

#include "base/functional/bind.h"
#include "base/test/bind.h"
#include "components/services/patch/content/patch_service.h"
#include "components/services/patch/public/mojom/file_patcher.mojom.h"
#include "components/services/unzip/content/unzip_service.h"
#include "components/services/unzip/public/mojom/unzipper.mojom.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

class ServicesTest : public testing::Test {};

}  // namespace

TEST_F(ServicesTest, ConnectToUnzip) {}

TEST_F(ServicesTest, ConnectToFilePatch) {}