| Index: content/browser/android/web_contents_observer_proxy.h
|
| diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h
|
| index 8888f538dbcfd5c143395318e9b7ec39d1fec316..40fceb476e8e34a49a66990155955885010c4060 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.h
|
| +++ b/content/browser/android/web_contents_observer_proxy.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/macros.h"
|
| #include "base/process/kill.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| +#include "content/public/browser/reload_type.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/common/frame_navigate_params.h"
|
| #include "url/gurl.h"
|
| @@ -71,7 +72,7 @@ class WebContentsObserverProxy : public WebContentsObserver {
|
| void DidChangeThemeColor(SkColor color) override;
|
| void DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| - NavigationController::ReloadType reload_type) override;
|
| + ReloadType reload_type) override;
|
| void MediaSessionStateChanged(
|
| bool is_controllable,
|
| bool is_suspended,
|
|
|