// 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_BROWSER_UI_WEBUI_WELCOME_HELPERS_H_ #define CHROME_BROWSER_UI_WEBUI_WELCOME_HELPERS_H_ #include "base/feature_list.h" #include "base/values.h" #include "build/build_config.h" namespace policy { class PolicyMap; } // namespace policy class Profile; welcome // namespace welcome #endif // CHROME_BROWSER_UI_WEBUI_WELCOME_HELPERS_H_