| Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| index 1bde9f6ebfef69ebfe64a98f1164228619dd9bbf..393116a28c0e903b0e70ef8ae5e594675f5db529 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -353,7 +353,7 @@ void BookmarkBubbleView::ApplyEdits() {
|
| BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile_);
|
| const BookmarkNode* node = model->GetMostRecentlyAddedNodeForURL(url_);
|
| if (node) {
|
| - const base::string16 new_title = title_tf_->text();
|
| + const base::string16 new_title = title_tf_->GetText();
|
| if (new_title != node->GetTitle()) {
|
| model->SetTitle(node, new_title);
|
| content::RecordAction(
|
|
|