| Index: chrome/browser/favicon/favicon_service.h
|
| diff --git a/chrome/browser/favicon/favicon_service.h b/chrome/browser/favicon/favicon_service.h
|
| index 12ad68834af2e8c2b0c41d159564fd19ade4bf12..156de3451521e0d3ade528e5223b591fd4e1aa70 100644
|
| --- a/chrome/browser/favicon/favicon_service.h
|
| +++ b/chrome/browser/favicon/favicon_service.h
|
| @@ -18,6 +18,7 @@
|
|
|
| class GURL;
|
| class HistoryService;
|
| +struct ImportedFaviconUsage;
|
| class Profile;
|
|
|
| // The favicon service provides methods to access favicons. It calls the history
|
| @@ -194,7 +195,7 @@ class FaviconService : public CancelableRequestProvider,
|
| // must exist, any favicon sets for unknown pages will be discarded. Existing
|
| // favicons will not be overwritten.
|
| void SetImportedFavicons(
|
| - const std::vector<history::ImportedFaviconUsage>& favicon_usage);
|
| + const std::vector<ImportedFaviconUsage>& favicon_usage);
|
|
|
| // Set the favicon for |page_url| for |icon_type| in the thumbnail database.
|
| // Unlike SetFavicons(), this method will not delete preexisting bitmap data
|
|
|