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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.h

Issue 7013001: Rename BookmarksTabHelper to BookmarkTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/tab_contents/tab_contents_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
index 21e79e608021282570856c8f273cb961c64ac3b4..6ed56905955ee236e624806952811f41e1d71b3f 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -27,7 +27,7 @@ class AutocompleteHistoryManager;
class AutofillManager;
class AutomationTabHelper;
class BlockedContentTabHelper;
-class BookmarksTabHelper;
+class BookmarkTabHelper;
class DownloadTabHelper;
class Extension;
class ExtensionTabHelper;
@@ -119,8 +119,8 @@ class TabContentsWrapper : public TabContentsObserver {
return blocked_content_tab_helper_.get();
}
- BookmarksTabHelper* bookmarks_tab_helper() {
- return bookmarks_tab_helper_.get();
+ BookmarkTabHelper* bookmark_tab_helper() {
+ return bookmark_tab_helper_.get();
}
DownloadTabHelper* download_tab_helper() {
@@ -194,7 +194,7 @@ class TabContentsWrapper : public TabContentsObserver {
scoped_ptr<AutofillManager> autofill_manager_;
scoped_ptr<AutomationTabHelper> automation_tab_helper_;
scoped_ptr<BlockedContentTabHelper> blocked_content_tab_helper_;
- scoped_ptr<BookmarksTabHelper> bookmarks_tab_helper_;
+ scoped_ptr<BookmarkTabHelper> bookmark_tab_helper_;
scoped_ptr<DownloadTabHelper> download_tab_helper_;
scoped_ptr<ExtensionTabHelper> extension_tab_helper_;
scoped_ptr<FaviconTabHelper> favicon_tab_helper_;
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/tab_contents/tab_contents_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698