diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 14:51:02 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 14:51:02 +0000 |
commit | 5976255eccb8c585c4e5ed0fefe4144d62bd1f74 (patch) | |
tree | 423aed3fd49ef18a06dc69528bdce15337c77d31 /chrome/browser/chromeos/wm_overview_fav_icon.h | |
parent | f23a8c18ba3ef2d366479f6b94021d75b49e9e37 (diff) | |
download | chromium_src-5976255eccb8c585c4e5ed0fefe4144d62bd1f74.zip chromium_src-5976255eccb8c585c4e5ed0fefe4144d62bd1f74.tar.gz chromium_src-5976255eccb8c585c4e5ed0fefe4144d62bd1f74.tar.bz2 |
fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*
BUG=76073
TEST=none; no visible change
Review URL: http://codereview.chromium.org/6683052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/wm_overview_fav_icon.h')
-rw-r--r-- | chrome/browser/chromeos/wm_overview_fav_icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/wm_overview_fav_icon.h b/chrome/browser/chromeos/wm_overview_fav_icon.h index 40f75b7..9edbe099 100644 --- a/chrome/browser/chromeos/wm_overview_fav_icon.h +++ b/chrome/browser/chromeos/wm_overview_fav_icon.h @@ -30,7 +30,7 @@ class WmOverviewFavIcon : public views::WidgetGtk { // Setting the favicon sets the bounds to the size of the given // image. - void SetFavIcon(const SkBitmap& image); + void SetFavicon(const SkBitmap& image); private: // This control is the contents view for this widget. |