Index: chrome/browser/gtk/options/passwords_page_gtk.cc |
=================================================================== |
--- chrome/browser/gtk/options/passwords_page_gtk.cc (revision 31214) |
+++ chrome/browser/gtk/options/passwords_page_gtk.cc (working copy) |
@@ -156,8 +156,7 @@ |
for (size_t i = 0; i < result.size(); ++i) { |
password_list_[i] = *result[i]; |
std::wstring formatted = net::FormatUrl(result[i]->origin, languages, |
- false, UnescapeRule::NONE, |
- NULL, NULL); |
+ false, UnescapeRule::NONE, NULL, NULL, NULL); |
std::string site = WideToUTF8(formatted); |
std::string user = UTF16ToUTF8(result[i]->username_value); |
GtkTreeIter iter; |