| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 6d50cc18f68ebc0dcb8f6be4751bcbb7353e24af..a80c8e30a810794ffb287b53bf6956cd68e856b6 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -651,11 +651,11 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| // |favicon| is set appropriately and true is returned.
|
| bool GetFaviconFromDB(const GURL& page_url,
|
| int icon_types,
|
| - FaviconData* favicon);
|
| + FaviconData* favicon_data);
|
|
|
| // Get favicon by the given |favicon_id|, the |favicon| is set appropriately
|
| // and true if returned on success, otherwise false is returned.
|
| - bool GetFaviconFromDB(FaviconID favicon_id, FaviconData* favicon);
|
| + bool GetFaviconFromDB(FaviconID favicon_id, FaviconData* favicon_data);
|
|
|
| // Notify any observers of an addition to the visit database.
|
| void NotifyVisitObservers(const VisitRow& visit);
|
|
|