diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 19:41:09 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 19:41:09 +0000 |
commit | a945841f6a3c2adcabe2a830f0c9e0b18e1574ac (patch) | |
tree | 1cd7c14dea0b982d1869dbc5c4a280e3875b4734 /chrome/browser/importer/profile_writer.h | |
parent | 162b5998f0e5caa333d9f348207b7f5a649f8eac (diff) | |
download | chromium_src-a945841f6a3c2adcabe2a830f0c9e0b18e1574ac.zip chromium_src-a945841f6a3c2adcabe2a830f0c9e0b18e1574ac.tar.gz chromium_src-a945841f6a3c2adcabe2a830f0c9e0b18e1574ac.tar.bz2 |
fav icon -> favicon. Pass 9: chrome/browser/history
BUG=76073
TEST=none; no visible change
Review URL: http://codereview.chromium.org/6696027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer/profile_writer.h')
-rw-r--r-- | chrome/browser/importer/profile_writer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/importer/profile_writer.h b/chrome/browser/importer/profile_writer.h index 3002b1a..838c87b 100644 --- a/chrome/browser/importer/profile_writer.h +++ b/chrome/browser/importer/profile_writer.h @@ -21,7 +21,7 @@ class TemplateURL; struct IE7PasswordInfo; namespace history { -struct ImportedFavIconUsage; +struct ImportedFaviconUsage; class URLRow; } @@ -95,7 +95,7 @@ class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> { const std::wstring& first_folder_name, int options); virtual void AddFavicons( - const std::vector<history::ImportedFavIconUsage>& favicons); + const std::vector<history::ImportedFaviconUsage>& favicons); // Add the TemplateURLs in |template_urls| to the local store and make the // TemplateURL at |default_keyword_index| the default keyword (does not set // a default keyword if it is -1). The local store becomes the owner of the |