Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: base/strings/string_split_unittest.cc

Issue 605613003: Use of base::StringPairs appropriately in base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_split_unittest.cc
diff --git a/base/strings/string_split_unittest.cc b/base/strings/string_split_unittest.cc
index 9c932655e53597203aff92325aa2662bba62aae2..998b61f3c186475748f29b97c03da413baf70d9d 100644
--- a/base/strings/string_split_unittest.cc
+++ b/base/strings/string_split_unittest.cc
@@ -31,7 +31,7 @@ void SplitString(const std::wstring& str,
class SplitStringIntoKeyValuePairsTest : public testing::Test {
protected:
- std::vector<std::pair<std::string, std::string> > kv_pairs;
+ base::StringPairs kv_pairs;
};
TEST_F(SplitStringIntoKeyValuePairsTest, EmptyString) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698