Index: chrome/browser/extensions/extension_web_ui.h |
=================================================================== |
--- chrome/browser/extensions/extension_web_ui.h (revision 116777) |
+++ chrome/browser/extensions/extension_web_ui.h (working copy) |
@@ -17,7 +17,6 @@ |
class GURL; |
class PrefService; |
class Profile; |
-class TabContents; |
namespace base { |
class ListValue; |
@@ -32,7 +31,7 @@ |
public: |
static const char kExtensionURLOverrides[]; |
- ExtensionWebUI(content::WebContents* tab_contents, const GURL& url); |
+ ExtensionWebUI(content::WebContents* web_contents, const GURL& url); |
virtual ~ExtensionWebUI(); |