Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Unified Diff: chrome/test/ui/omnibox_uitest.cc

Issue 40226: Fix files with lines > 80 cols. Part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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."};
« no previous file with comments | « chrome/test/ui/layout_plugin_uitest.cpp ('k') | chrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698