| Index: content/browser/android/web_contents_observer_proxy.cc
|
| diff --git a/content/browser/android/web_contents_observer_proxy.cc b/content/browser/android/web_contents_observer_proxy.cc
|
| index d0ed7b6815165407aa78c3ecb5ee9c25b97b91d7..5818396e0e72612f2082ee31f032f1df5f5671ba 100644
|
| --- a/content/browser/android/web_contents_observer_proxy.cc
|
| +++ b/content/browser/android/web_contents_observer_proxy.cc
|
| @@ -294,7 +294,7 @@ void WebContentsObserverProxy::DidFirstVisuallyNonEmptyPaint() {
|
|
|
| void WebContentsObserverProxy::DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| - NavigationController::ReloadType reload_type) {
|
| + ReloadType reload_type) {
|
| JNIEnv* env = AttachCurrentThread();
|
| ScopedJavaLocalRef<jobject> obj(java_observer_);
|
| ScopedJavaLocalRef<jstring> jstring_url(
|
|
|