Index: chrome/browser/bookmarks/bookmark_utils.h |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_utils.h (revision 116109) |
+++ chrome/browser/bookmarks/bookmark_utils.h (working copy) |
@@ -25,6 +25,7 @@ |
namespace content { |
class PageNavigator; |
+class WebContents; |
} |
namespace views { |
@@ -191,8 +192,8 @@ |
// Register user preferences for BookmarksBar. |
void RegisterUserPrefs(PrefService* prefs); |
-// Fills in the URL and title for a bookmark of |tab_contents|. |
-void GetURLAndTitleToBookmark(TabContents* tab_contents, |
+// Fills in the URL and title for a bookmark of |web_contents|. |
+void GetURLAndTitleToBookmark(content::WebContents* web_contents, |
GURL* url, |
string16* title); |