| Index: chrome/browser/about_flags.h
|
| diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
|
| index 35c643132f96fd852f52a7a683742762278e5235..2e704748ae6e6fb88d8f75f769864c3e4d64d3c5 100644
|
| --- a/chrome/browser/about_flags.h
|
| +++ b/chrome/browser/about_flags.h
|
| @@ -91,7 +91,8 @@ base::HistogramBase::Sample GetSwitchUMAId(const std::string& switch_name);
|
| // a histogram, with an enum value for each flag in |flags|, based on the
|
| // hash of the flag name.
|
| void ReportAboutFlagsHistogram(const std::string& uma_histogram_name,
|
| - const std::set<std::string>& flags);
|
| + const std::set<std::string>& switches,
|
| + const std::set<std::string>& features);
|
|
|
| namespace testing {
|
|
|
|
|