diff options
Diffstat (limited to 'ios/web/web_state/web_state_impl.h')
-rw-r--r-- | ios/web/web_state/web_state_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h index 067f96a..ba236ce 100644 --- a/ios/web/web_state/web_state_impl.h +++ b/ios/web/web_state/web_state_impl.h @@ -283,7 +283,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate { scoped_ptr<web::WebUIIOS> web_ui_; // A list of observers notified when page state changes. Weak references. - ObserverList<WebStateObserver, true> observers_; + base::ObserverList<WebStateObserver, true> observers_; // Map of all the HTTP response headers received, for each URL. // This map is cleared after each page load, and only the headers of the main |