summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/password_manager_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/password_manager_view.h')
-rw-r--r--chrome/browser/views/password_manager_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/password_manager_view.h b/chrome/browser/views/password_manager_view.h
index a43b9f3..a5e5950 100644
--- a/chrome/browser/views/password_manager_view.h
+++ b/chrome/browser/views/password_manager_view.h
@@ -57,7 +57,7 @@ class PasswordManagerTableModel : public views::TableModel,
: display_url(url), form(password_form) {
}
- // Contains the URL that is displayed along with the
+ // Contains the URL that is displayed along with the
gfx::SortedDisplayURL display_url;
// The underlying PasswordForm. We own this.