Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 9a1fbe012f8e2beddefd58a326bbe135cff87a10..83f4b14526c78fa28bb065f73e6f1577fb364789 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -580,9 +580,8 @@ class CONTENT_EXPORT WebContentsImpl |
void SetMainFrameMimeType(const std::string& mime_type) override; |
bool CanOverscrollContent() const override; |
void NotifyChangedNavigationState(InvalidateTypes changed_flags) override; |
- void DidStartNavigationToPendingEntry( |
- const GURL& url, |
- NavigationController::ReloadType reload_type) override; |
+ void DidStartNavigationToPendingEntry(const GURL& url, |
+ ReloadType reload_type) override; |
void RequestOpenURL(RenderFrameHostImpl* render_frame_host, |
const OpenURLParams& params) override; |
bool ShouldTransferNavigation() override; |