| Index: chrome/browser/autocomplete/autocomplete_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_unittest.cc (revision 60381)
|
| +++ chrome/browser/autocomplete/autocomplete_unittest.cc (working copy)
|
| @@ -217,6 +217,7 @@
|
| { L"foo.com", AutocompleteInput::URL },
|
| { L"-.com", AutocompleteInput::UNKNOWN },
|
| { L"foo/bar", AutocompleteInput::URL },
|
| + { L"foo;bar", AutocompleteInput::QUERY },
|
| { L"foo/bar baz", AutocompleteInput::UNKNOWN },
|
| { L"foo bar.com", AutocompleteInput::QUERY },
|
| { L"foo bar", AutocompleteInput::QUERY },
|
|
|