| Index: components/history/core/browser/history_service.h
 | 
| diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h
 | 
| index f240fedcb99b6597e107c453e1f5563df56087f7..b1aedcdf65599ab0482f601fae9c1f5f029d1d52 100644
 | 
| --- a/components/history/core/browser/history_service.h
 | 
| +++ b/components/history/core/browser/history_service.h
 | 
| @@ -663,9 +663,7 @@ class HistoryService : public syncer::SyncableService, public KeyedService {
 | 
|    // |icon_types| is returned. The returned FaviconBitmapResults will have at
 | 
|    // most one result for each entry in |desired_sizes|. If a favicon bitmap is
 | 
|    // determined to be the best candidate for multiple |desired_sizes| there
 | 
| -  // will be fewer results. If |icon_types| has several types, results for only
 | 
| -  // a single type will be returned in the priority of TOUCH_PRECOMPOSED_ICON,
 | 
| -  // TOUCH_ICON, and FAVICON.
 | 
| +  // will be fewer results.
 | 
|    base::CancelableTaskTracker::TaskId GetFaviconsForURL(
 | 
|        const GURL& page_url,
 | 
|        int icon_types,
 | 
| 
 |