| Index: chrome/browser/ui/webui/profiler_ui.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/profiler_ui.h (revision 116011)
|
| +++ chrome/browser/ui/webui/profiler_ui.h (working copy)
|
| @@ -14,7 +14,7 @@
|
| // The C++ back-end for the chrome://profiler webui page.
|
| class ProfilerUI : public ChromeWebUI {
|
| public:
|
| - explicit ProfilerUI(TabContents* contents);
|
| + explicit ProfilerUI(content::WebContents* contents);
|
| virtual ~ProfilerUI();
|
|
|
| // Get the tracking data from TrackingSynchronizer.
|
|
|