| Index: ios/web/public/web_state/web_state_observer.h
|
| diff --git a/ios/web/public/web_state/web_state_observer.h b/ios/web/public/web_state/web_state_observer.h
|
| index f63d06e81e88f66e99160b274529a4074d163493..bc43b48bcd268b6835a04539e117f118e0fb8e8b 100644
|
| --- a/ios/web/public/web_state/web_state_observer.h
|
| +++ b/ios/web/public/web_state/web_state_observer.h
|
| @@ -25,16 +25,16 @@ class WebStateObserver {
|
| // (in the case of new navigations) or renavigated to (for back/forward
|
| // navigations).
|
| virtual void NavigationItemCommitted(
|
| - const LoadCommittedDetails& load_details) {};
|
| + const LoadCommittedDetails& load_details) {}
|
|
|
| // Called when the current page is loaded.
|
| - virtual void PageLoaded() {};
|
| + virtual void PageLoaded() {}
|
|
|
| // Called on URL hash change events.
|
| - virtual void URLHashChanged() {};
|
| + virtual void URLHashChanged() {}
|
|
|
| // Called on history state change events.
|
| - virtual void HistoryStateChanged() {};
|
| + virtual void HistoryStateChanged() {}
|
|
|
| // Invoked when the WebState is being destroyed. Gives subclasses a chance
|
| // to cleanup.
|
|
|