chromium/chrome/updater/update_service_internal_impl_inactive.cc

// Copyright 2020 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/updater/update_service_internal_impl_inactive.h"

#include "base/functional/callback.h"
#include "base/logging.h"
#include "base/memory/scoped_refptr.h"
#include "base/task/sequenced_task_runner.h"
#include "chrome/updater/update_service_internal.h"

namespace updater {

namespace {

class UpdateServiceInternalImplInactive : public UpdateServiceInternal {};

}  // namespace

scoped_refptr<UpdateServiceInternal> MakeInactiveUpdateServiceInternal() {}

}  // namespace updater