// Copyright 2015 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_PASSWORD_MANAGER_CORE_COMMON_PASSWORD_MANAGER_FEATURES_H_ #define COMPONENTS_PASSWORD_MANAGER_CORE_COMMON_PASSWORD_MANAGER_FEATURES_H_ // DON'T ADD NEW FEATURES here. // If the feature belongs logically to the browser process, put it into // components/password_manager/core/browser/features/password_features.h. #include "base/feature_list.h" #include "base/metrics/field_trial_params.h" #include "build/build_config.h" namespace password_managerfeatures // namespace password_manager::features #endif // COMPONENTS_PASSWORD_MANAGER_CORE_COMMON_PASSWORD_MANAGER_FEATURES_H_