[go: nahoru, domu]

blob: 6fe33e637116b03f21fb3944c68af9d90faea42e [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_UPDATER_TEST_SCOPE_H_
#define CHROME_UPDATER_TEST_SCOPE_H_
namespace updater {
enum class UpdaterScope;
UpdaterScope GetTestScope();
} // namespace updater
#endif // CHROME_UPDATER_TEST_SCOPE_H_