| Index: chrome/browser/ui/webui/net_internals_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/net_internals_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/net_internals_ui.h (working copy)
|
| @@ -14,7 +14,7 @@
|
|
|
| class NetInternalsUI : public ChromeWebUI {
|
| public:
|
| - explicit NetInternalsUI(TabContents* contents);
|
| + explicit NetInternalsUI(content::WebContents* contents);
|
|
|
| // Returns a Value containing constants NetInternals needs to load a log file.
|
| // Safe to call on any thread. Caller takes ownership of the returned Value.
|
|
|