| Index: components/flags_ui/feature_entry_macros.h
|
| diff --git a/components/flags_ui/feature_entry_macros.h b/components/flags_ui/feature_entry_macros.h
|
| index cb36560ca0849fcb469e9ff9efa6edfaa9c8c6db..1dac0f35522f91a19e8000bbf683b5f69504505c 100644
|
| --- a/components/flags_ui/feature_entry_macros.h
|
| +++ b/components/flags_ui/feature_entry_macros.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_FLAGS_UI_FEATURE_ENTRY_MACROS_H_
|
| #define COMPONENTS_FLAGS_UI_FEATURE_ENTRY_MACROS_H_
|
|
|
| +#include "base/macros.h"
|
| +
|
| // Macros to simplify specifying the type of FeatureEntry. Please refer to
|
| // the comments on FeatureEntry::Type in feature_entry.h, which explain the
|
| // different entry types and when they should be used.
|
|
|