chromium/chrome/browser/prefs/chrome_command_line_pref_store.h

// Copyright 2016 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_BROWSER_PREFS_CHROME_COMMAND_LINE_PREF_STORE_H_
#define CHROME_BROWSER_PREFS_CHROME_COMMAND_LINE_PREF_STORE_H_

#include "base/command_line.h"
#include "components/prefs/command_line_pref_store.h"

// This PrefStore keeps track of preferences set by command-line switches,
// such as proxy settings.
class ChromeCommandLinePrefStore : public CommandLinePrefStore {};

#endif  // CHROME_BROWSER_PREFS_CHROME_COMMAND_LINE_PREF_STORE_H_