| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 21ec9890661cd082375c17095a8f6b048a6a36cc..1012ce19724077d69d7d80d80d0a4e85b3e5a621 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -457,18 +457,18 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| // Sets the favicon url id for page_url to id. This will also broadcast
|
| // notifications as necessary.
|
| void SetFaviconMapping(const GURL& page_url,
|
| - FavIconID id,
|
| + FaviconID id,
|
| IconType icon_type);
|
|
|
| - // Updates the FavIconID associated with the url of a page. If there is an
|
| + // Updates the FaviconID associated with the url of a page. If there is an
|
| // existing mapping between |page_url| and |id| this does nothing and returns
|
| // false. If the mapping needs to be added or updated, true is returned. If
|
| // there is an existing mapping but it does not map to |id|, then the |id| of
|
| - // the replaced FavIconID is set in |replaced_icon_id|.
|
| + // the replaced FaviconID is set in |replaced_icon_id|.
|
| bool AddOrUpdateIconMapping(const GURL& page_url,
|
| - FavIconID id,
|
| + FaviconID id,
|
| IconType icon_type,
|
| - FavIconID* replaced_icon_id);
|
| + FaviconID* replaced_icon_id);
|
|
|
| // Generic stuff -------------------------------------------------------------
|
|
|
|
|