| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index b5e024b36b7239224c47d5ccedccd148591128ce..92272ef9652a684ead486cb3b208aa9d5932ac46 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2015,7 +2015,7 @@ std::string Experiment::NameForChoice(int index) const {
|
| base::IntToString(index);
|
| }
|
|
|
| -string16 Experiment::DescriptionForChoice(int index) const {
|
| +base::string16 Experiment::DescriptionForChoice(int index) const {
|
| DCHECK(type == Experiment::MULTI_VALUE ||
|
| type == Experiment::ENABLE_DISABLE_VALUE);
|
| DCHECK_LT(index, num_choices);
|
|
|