| 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 4cecbd773ddb2145bf565277f3df9bd33357f0ef..f4f44caf6c23a52717daca9d3aa2915d42572160 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");
|
|
|