Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: chrome/browser/bookmarks/bookmark_utils.cc

Issue 10031044: TabContents -> WebContentsImpl, part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (fixed) Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698