Index: chrome/browser/ui/browser_commands.h |
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
index f78b9c35a5949d14945c8b385ac12a4c63bd7583..f144d8c7bcc7c85e245b7dd62a5d4827d2701738 100644 |
--- a/chrome/browser/ui/browser_commands.h |
+++ b/chrome/browser/ui/browser_commands.h |
@@ -19,6 +19,7 @@ class GURL; |
class Profile; |
namespace content { |
+class PageState; |
class WebContents; |
struct SSLStatus; |
} |
@@ -152,7 +153,7 @@ void ViewSource(Browser* browser, content::WebContents* tab); |
void ViewSource(Browser* browser, |
content::WebContents* tab, |
const GURL& url, |
- const std::string& content_state); |
+ const content::PageState& page_state); |
void ViewSelectedSource(Browser* browser); |
bool CanViewSource(const Browser* browser); |