| Index: components/search_engines/template_url_unittest.cc
|
| diff --git a/components/search_engines/template_url_unittest.cc b/components/search_engines/template_url_unittest.cc
|
| index 1f7f6c26ebe42ac88b6d79632a891bcf1a5ebd57..1a7abcb0272fdfd296badf493eaf63fa5c74cb4d 100644
|
| --- a/components/search_engines/template_url_unittest.cc
|
| +++ b/components/search_engines/template_url_unittest.cc
|
| @@ -587,10 +587,6 @@ TEST_F(TemplateURLTest, ReplaceInputType) {
|
| metrics::OmniboxInputType::URL,
|
| "{google:baseURL}?{searchTerms}&{google:inputType}",
|
| "http://www.google.com/?foo&oit=3&" },
|
| - { ASCIIToUTF16("foo"),
|
| - metrics::OmniboxInputType::FORCED_QUERY,
|
| - "{google:baseURL}?{searchTerms}&{google:inputType}",
|
| - "http://www.google.com/?foo&oit=5&" },
|
| };
|
| TemplateURLData data;
|
| data.input_encodings.push_back("UTF-8");
|
|
|