Index: ios/chrome/browser/reading_list/reading_list_web_state_observer.h |
diff --git a/ios/chrome/browser/reading_list/reading_list_web_state_observer.h b/ios/chrome/browser/reading_list/reading_list_web_state_observer.h |
index 9a3a3faf084279a84e2b627aa1f1b71a3828239c..569e9f0f42de6ab31d3e7dead304d0fad7d976e4 100644 |
--- a/ios/chrome/browser/reading_list/reading_list_web_state_observer.h |
+++ b/ios/chrome/browser/reading_list/reading_list_web_state_observer.h |
@@ -49,7 +49,7 @@ class ReadingListWebStateObserver : public web::WebStateObserver, |
void StopCheckingProgress(); |
// Loads the offline version of the URL in place of the current page. |
- void LoadOfflineReadingListEntry(web::NavigationItem* item); |
+ void LoadOfflineReadingListEntry(); |
// Returns if the current page with |url| has an offline version that can be |
// displayed if the normal loading fails. |