| Index: chrome/browser/bookmarks/bookmark_utils.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.cc b/chrome/browser/bookmarks/bookmark_utils.cc
|
| index 7310a6de0cf67500aadc9a01a5f26de9e7b2efde..2eb7a5f82194ff7073815e913277fde9461adb7c 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.cc
|
| @@ -361,8 +361,8 @@ void DragBookmarks(Profile* profile,
|
| if (widget) {
|
| widget->RunShellDrag(NULL, data, gfx::Point(), operation);
|
| } else {
|
| - // We hit this case when we're using TabContentsViewWin or
|
| - // TabContentsViewAura, instead of TabContentsViewViews.
|
| + // We hit this case when we're using WebContentsViewWin or
|
| + // WebContentsViewAura, instead of TabContentsViewViews.
|
| views::RunShellDrag(view, data, gfx::Point(), operation);
|
| }
|
|
|
|
|