| Index: chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| diff --git a/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc b/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| index ca956ab962ca310a8db5d23606e63187e9a82acc..35de5a5bd47f3910a3eb3f4ec92722dd01f4fc46 100644
|
| --- a/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| +++ b/chrome/browser/tab_contents/web_drag_bookmark_handler_aura.cc
|
| @@ -26,7 +26,7 @@ WebDragBookmarkHandlerAura::~WebDragBookmarkHandlerAura() {
|
| void WebDragBookmarkHandlerAura::DragInitialize(WebContents* contents) {
|
| // Ideally we would want to initialize the the TabContentsWrapper member in
|
| // the constructor. We cannot do that as the WebDragDest object is
|
| - // created during the construction of the TabContents object. The
|
| + // created during the construction of the WebContents object. The
|
| // TabContentsWrapper is created much later.
|
| DCHECK(tab_ ? (tab_->web_contents() == contents) : true);
|
| if (!tab_)
|
|
|