chromium/chrome/install_static/test/scoped_install_details.h

// Copyright 2017 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_INSTALL_STATIC_TEST_SCOPED_INSTALL_DETAILS_H_
#define CHROME_INSTALL_STATIC_TEST_SCOPED_INSTALL_DETAILS_H_

#include <memory>

namespace install_static {

class InstallDetails;

// A facility for tests to register an InstallDetails for the duration of a
// test harness or test run.
class ScopedInstallDetails {};

}  // namespace install_static

#endif  // CHROME_INSTALL_STATIC_TEST_SCOPED_INSTALL_DETAILS_H_