Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 6cc607982dc7c8668f2a83fe58d0fa58d4380bc1..1f382b8a3933f49e80b99f4afabd5e4a9cb9324a 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -71,6 +71,7 @@ class UnloadController; |
namespace content { |
class NavigationController; |
+class PageState; |
class SessionStorageNamespace; |
} |
@@ -554,7 +555,7 @@ class Browser : public TabStripModelObserver, |
virtual void ViewSourceForFrame( |
content::WebContents* source, |
const GURL& frame_url, |
- const std::string& frame_content_state) OVERRIDE; |
+ const content::PageState& frame_page_state) OVERRIDE; |
virtual void ShowRepostFormWarningDialog( |
content::WebContents* source) OVERRIDE; |
virtual bool ShouldCreateWebContents( |