Chromium Code Reviews| Index: media/base/test_data_util.h |
| diff --git a/media/base/test_data_util.h b/media/base/test_data_util.h |
| index 55d477ff1bc71bcd3431e63a072fbe43e4526d56..01cc395ceb88202eee3aff9eab7a39b7382248a7 100644 |
| --- a/media/base/test_data_util.h |
| +++ b/media/base/test_data_util.h |
| @@ -13,12 +13,13 @@ |
| #include "base/files/file_path.h" |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "base/strings/string_split.h" |
| namespace media { |
| class DecoderBuffer; |
| -typedef std::vector<std::pair<std::string, std::string> > QueryParams; |
| +typedef base::StringPairs QueryParams; |
|
DaleCurtis
2014/09/23 17:14:48
Looks like there's only a couple callers to GetURL
|
| // Returns a file path for a file in the media/test/data directory. |
| base::FilePath GetTestDataFilePath(const std::string& name); |