Index: content/public/browser/web_contents_observer.h |
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h |
index d01c9a30c2672e24a9e9ad32517b04c5faada2b6..514b32ee7f3ba1fb692e5cf3ff0240d8faafa0ac 100644 |
--- a/content/public/browser/web_contents_observer.h |
+++ b/content/public/browser/web_contents_observer.h |
@@ -192,9 +192,8 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, |
// default mode, it is still necessary to override this function to be |
// notified about a navigation earlier than DidStartProvisionalLoad. This |
// function will be removed when PlzNavigate is enabled. |
- virtual void DidStartNavigationToPendingEntry( |
- const GURL& url, |
- NavigationController::ReloadType reload_type) {} |
+ virtual void DidStartNavigationToPendingEntry(const GURL& url, |
+ ReloadType reload_type) {} |
// |render_frame_host| is the RenderFrameHost for which the provisional load |
// is happening. |