| Index: chrome/browser/history/expire_history_backend.h
|
| diff --git a/chrome/browser/history/expire_history_backend.h b/chrome/browser/history/expire_history_backend.h
|
| index 96e2e9a5195122a101cee1f919be8e15ba621f7f..123b51501df77588d01beb6e8c56b9eaad4896e1 100644
|
| --- a/chrome/browser/history/expire_history_backend.h
|
| +++ b/chrome/browser/history/expire_history_backend.h
|
| @@ -199,7 +199,7 @@ class ExpireHistoryBackend {
|
|
|
| // Deletes the favicons listed in the set if unused. Fails silently (we don't
|
| // care about favicons so much, so don't want to stop everything if it fails).
|
| - void DeleteFaviconsIfPossible(const std::set<FavIconID>& favicon_id);
|
| + void DeleteFaviconsIfPossible(const std::set<FaviconID>& favicon_id);
|
|
|
| // Broadcast the URL deleted notification.
|
| void BroadcastDeleteNotifications(DeleteDependencies* dependencies);
|
|
|