// 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_BROWSER_DEVTOOLS_DEVTOOLS_SETTINGS_H_ #define CHROME_BROWSER_DEVTOOLS_DEVTOOLS_SETTINGS_H_ #include <string> #include "base/containers/flat_set.h" #include "base/memory/raw_ptr.h" #include "base/values.h" #include "components/prefs/pref_change_registrar.h" class Profile; namespace base { class Value; } struct RegisterOptions { … }; class DevToolsSettings { … }; #endif // CHROME_BROWSER_DEVTOOLS_DEVTOOLS_SETTINGS_H_