Index: components/search/search.h |
diff --git a/components/search/search.h b/components/search/search.h |
index 6cc792772502ef5bd415e4a0279c1bd18f37eb3c..9558ee8b95b17165be9818ae8d07f8208f0e2061 100644 |
--- a/components/search/search.h |
+++ b/components/search/search.h |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/strings/string16.h" |
+#include "base/strings/string_split.h" |
namespace chrome { |
@@ -23,7 +24,7 @@ bool IsInstantExtendedAPIEnabled(); |
uint64 EmbeddedSearchPageVersion(); |
// Type for a collection of experiment configuration parameters. |
-typedef std::vector<std::pair<std::string, std::string> > FieldTrialFlags; |
+typedef base::StringPairs FieldTrialFlags; |
// Finds the active field trial group name and parses out the configuration |
// flags. On success, |flags| will be filled with the field trial flags. |flags| |