Index: content/browser/media/media_browsertest.h |
diff --git a/content/browser/media/media_browsertest.h b/content/browser/media/media_browsertest.h |
index 4be3197dac01edf772f83a20cdfa95216a76e836..caf5d147c766ca3a942880059c06b3b2e826d516 100644 |
--- a/content/browser/media/media_browsertest.h |
+++ b/content/browser/media/media_browsertest.h |
@@ -29,7 +29,7 @@ class MediaBrowserTest : public ContentBrowserTest { |
// page, otherwise a local file URL is loaded inside the content shell. |
// It uses RunTest() to check for expected test output. |
void RunMediaTestPage(const std::string& html_page, |
- const media::QueryParams& query_params, |
+ const base::StringPairs& query_params, |
const std::string& expected, |
bool http); |