| 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 6103835a45f678ba3ba8dc336016f85217edb943..e0a413a5684344dd2854eb9744d362e9dabf44fa 100644
|
| --- a/components/search_engines/template_url_unittest.cc
|
| +++ b/components/search_engines/template_url_unittest.cc
|
| @@ -641,10 +641,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");
|
|
|