X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fmedia%2Fmedia_browsertest.h;h=caf5d147c766ca3a942880059c06b3b2e826d516;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=4be3197dac01edf772f83a20cdfa95216a76e836;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/media/media_browsertest.h b/src/content/browser/media/media_browsertest.h index 4be3197..caf5d14 100644 --- a/src/content/browser/media/media_browsertest.h +++ b/src/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);