Index: chrome/browser/about_flags.h |
diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h |
index 8ed24256a0bdb4577f9d4dfd5dcf184662d3732b..8856c9e385f0ff0ec1587ac5d4876986c84907b0 100644 |
--- a/chrome/browser/about_flags.h |
+++ b/chrome/browser/about_flags.h |
@@ -102,7 +102,7 @@ struct Experiment { |
std::string NameForChoice(int index) const; |
// Returns the human readable description for the choice at |index|. |
- string16 DescriptionForChoice(int index) const; |
+ base::string16 DescriptionForChoice(int index) const; |
}; |
// A flag controlling the behavior of the |ConvertFlagsToSwitches| function - |