// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/flags/flags_ui.h" #include "build/build_config.h" #include "components/flags_ui/feature_entry.h" #include "components/flags_ui/flags_state.h" #include "content/public/browser/web_ui_message_handler.h" #ifndef CHROME_BROWSER_UI_WEBUI_FLAGS_FLAGS_UI_HANDLER_H_ #define CHROME_BROWSER_UI_WEBUI_FLAGS_FLAGS_UI_HANDLER_H_ namespace flags_ui { class FlagsStorage; } class FlagsUIHandler : public content::WebUIMessageHandler { … }; #endif // CHROME_BROWSER_UI_WEBUI_FLAGS_FLAGS_UI_HANDLER_H_