Chromium Code Reviews| Index: chrome/browser/extensions/extension_web_ui.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_web_ui.h (revision 116011) |
| +++ chrome/browser/extensions/extension_web_ui.h (working copy) |
| @@ -32,7 +32,7 @@ |
| public: |
| static const char kExtensionURLOverrides[]; |
| - ExtensionWebUI(TabContents* tab_contents, const GURL& url); |
| + ExtensionWebUI(content::WebContents* tab_contents, const GURL& url); |
| virtual ~ExtensionWebUI(); |