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

Unified Diff: content/browser/tab_contents/tab_contents.h

Issue 6693021: fav icon -> favicon. Pass 5: fav_icon -> favicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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/profile_import/profile_import_thread.cc ('k') | content/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/tab_contents/tab_contents.h
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
index 169b172813f41b4b3c63d9e9cf6d1b5b01cd21ee..978b585959ee114d54aac59804d5235f345f7b30 100644
--- a/content/browser/tab_contents/tab_contents.h
+++ b/content/browser/tab_contents/tab_contents.h
@@ -182,8 +182,8 @@ class TabContents : public PageNavigator,
}
// Returns the FaviconHelper of this TabContents.
- FaviconHelper& fav_icon_helper() {
- return *fav_icon_helper_.get();
+ FaviconHelper& favicon_helper() {
+ return *favicon_helper_.get();
}
// App extensions ------------------------------------------------------------
@@ -1080,7 +1080,7 @@ class TabContents : public PageNavigator,
BookmarkDrag* bookmark_drag_;
// Handles downloading favicons.
- scoped_ptr<FaviconHelper> fav_icon_helper_;
+ scoped_ptr<FaviconHelper> favicon_helper_;
// Cached web app info data.
WebApplicationInfo web_app_info_;
« no previous file with comments | « chrome/profile_import/profile_import_thread.cc ('k') | content/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698