Index: chrome/browser/ui/views/bookmarks/bookmark_editor_view.h |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h |
index 5e06e195a207e1bbc90884b012d02efa7244ed0f..b5a07e37de18f89cff4a974bdd89ea89368dcd92 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_editor_view.h |
@@ -239,8 +239,8 @@ class BookmarkEditorView : public BookmarkEditor, |
// The label for the url text field. |
views::Label* url_label_; |
- // Used for editing the URL. |
- views::Textfield url_tf_; |
+ // The text field used for editing the URL. |
+ views::Textfield* url_tf_; |
// The label for the title text field. |
views::Label* title_label_; |