Index: chrome/browser/ui/webui/conflicts_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/conflicts_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/conflicts_ui.cc (working copy) |
@@ -159,7 +159,7 @@ |
// |
/////////////////////////////////////////////////////////////////////////////// |
-ConflictsUI::ConflictsUI(WebContents* contents) : WebUI(contents) { |
+ConflictsUI::ConflictsUI(WebContents* contents) : WebUI(contents, this) { |
content::RecordAction(UserMetricsAction("ViewAboutConflicts")); |
AddMessageHandler(new ConflictsDOMHandler()); |