diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 14:13:08 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 14:13:08 +0000 |
commit | 16835e6886d84cf0e8c040550774ede0541222d9 (patch) | |
tree | af635f6df8d59ce1bb4fcbcf3441649f91be41b5 /chrome/browser/ui/webui/history2_ui.cc | |
parent | 9740d6ea63860a06a12ecd2b563a6b1d6d546818 (diff) | |
download | chromium_src-16835e6886d84cf0e8c040550774ede0541222d9.zip chromium_src-16835e6886d84cf0e8c040550774ede0541222d9.tar.gz chromium_src-16835e6886d84cf0e8c040550774ede0541222d9.tar.bz2 |
fav icon -> favicon. Pass 11: rest of chrome/browser/ui
BUG=76073
TEST=none; no visible change
Review URL: http://codereview.chromium.org/6698052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/webui/history2_ui.cc')
-rw-r--r-- | chrome/browser/ui/webui/history2_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/history2_ui.cc b/chrome/browser/ui/webui/history2_ui.cc index 5b253f8..b9f6aca 100644 --- a/chrome/browser/ui/webui/history2_ui.cc +++ b/chrome/browser/ui/webui/history2_ui.cc @@ -131,7 +131,7 @@ WebUIMessageHandler* BrowsingHistoryHandler2::Attach(WebUI* web_ui) { // Create our favicon data source. Profile* profile = web_ui->GetProfile(); profile->GetChromeURLDataManager()->AddDataSource( - new FavIconSource(profile)); + new FaviconSource(profile)); // Get notifications when history is cleared. registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED, |