blob: eedd49e404a516ebdfa6a5fed39df41b642de4d9 [file] [log] [blame]
Hui(Andy) Wufbebf91d22019-02-01 01:23:541// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_
6#define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_
7
8namespace base {
9struct Feature;
10}
11
12namespace autofill_assistant {
13namespace features {
14// All features in alphabetical order.
15extern const base::Feature kAutofillAssistant;
16extern const base::Feature kAutofillAssistantChromeEntry;
17
18} // namespace features
19} // namespace autofill_assistant
20
21#endif // COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_FEATURES_H_