chromium/components/update_client/command_line_config_policy.h

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

#ifndef COMPONENTS_UPDATE_CLIENT_COMMAND_LINE_CONFIG_POLICY_H_
#define COMPONENTS_UPDATE_CLIENT_COMMAND_LINE_CONFIG_POLICY_H_

#include "base/time/time.h"
class GURL;

namespace update_client {

// This class provides additional settings from command line switches to the
// main configurator.
class CommandLineConfigPolicy {};

}  // namespace update_client

#endif  // COMPONENTS_UPDATE_CLIENT_COMMAND_LINE_CONFIG_POLICY_H_