| Index: base/sys_info_chromeos.cc
|
| diff --git a/base/sys_info_chromeos.cc b/base/sys_info_chromeos.cc
|
| index ef5f1fedb51d576a69d1503c583dcc80f5d29e1f..9915055996dc44061f8815dfc2591c8b9f725a4c 100644
|
| --- a/base/sys_info_chromeos.cc
|
| +++ b/base/sys_info_chromeos.cc
|
| @@ -109,7 +109,7 @@ class ChromeOSVersionInfo {
|
| // Parse and cache lsb_release key pairs. There should only be a handful
|
| // of entries so the overhead for this will be small, and it can be
|
| // useful for debugging.
|
| - std::vector<std::pair<std::string, std::string> > pairs;
|
| + base::StringPairs pairs;
|
| SplitStringIntoKeyValuePairs(lsb_release, '=', '\n', &pairs);
|
| for (size_t i = 0; i < pairs.size(); ++i) {
|
| std::string key, value;
|
|
|