| Index: chrome/browser/ui/webui/quota_internals_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/quota_internals_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/quota_internals_ui.h (working copy)
|
| @@ -12,7 +12,7 @@
|
|
|
| class QuotaInternalsUI : public ChromeWebUI {
|
| public:
|
| - explicit QuotaInternalsUI(TabContents* contents);
|
| + explicit QuotaInternalsUI(content::WebContents* contents);
|
| virtual ~QuotaInternalsUI() {}
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(QuotaInternalsUI);
|
|
|