| Index: base/feature_list.cc
|
| diff --git a/base/feature_list.cc b/base/feature_list.cc
|
| index 2e7909862c1a77e3ca1422ffa000c4767da61341..aad3da658a97d23b0476fbc4557cd13c6086e1bd 100644
|
| --- a/base/feature_list.cc
|
| +++ b/base/feature_list.cc
|
| @@ -36,9 +36,7 @@ bool IsValidFeatureOrFieldTrialName(const std::string& name) {
|
| } // namespace
|
|
|
| FeatureList::FeatureList()
|
| - : initialized_(false),
|
| - initialized_from_command_line_(false) {
|
| -}
|
| + : initialized_(false), initialized_from_command_line_(false) {}
|
|
|
| FeatureList::~FeatureList() {}
|
|
|
|
|