Index: chrome/test/ui/omnibox_uitest.cc |
=================================================================== |
--- chrome/test/ui/omnibox_uitest.cc (revision 11111) |
+++ chrome/test/ui/omnibox_uitest.cc (working copy) |
@@ -57,8 +57,8 @@ |
bool OmniboxTest::IsMatch(const std::wstring& input_text, |
const std::wstring& suggestion) { |
- // This prefix list comes from the list used in history_url_provider.cc withiff |
- // the exception of "ftp." and "www.". |
+ // This prefix list comes from the list used in history_url_provider.cc |
+ // withiff the exception of "ftp." and "www.". |
std::wstring prefixes[] = {L"", L"ftp://", L"http://", L"https://", |
L"ftp.", L"www.", L"ftp://www.", L"ftp://ftp.", |
L"http://www.", L"https://www."}; |