Index: content/public/browser/web_contents_delegate.cc |
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc |
index db56c7e2d06bc4b5443da6049a18047388697105..15eb622d6a7b167ada2cbd1d11bca28d5711952e 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -96,7 +96,7 @@ void WebContentsDelegate::ViewSourceForTab(WebContents* source, |
void WebContentsDelegate::ViewSourceForFrame(WebContents* source, |
const GURL& frame_url, |
- const std::string& content_state) { |
+ const PageState& page_state) { |
// Same as ViewSourceForTab, but for given subframe. |
GURL url = GURL(chrome::kViewSourceScheme + std::string(":") + |
frame_url.spec()); |