| Index: content/renderer/dom_automation_controller.cc
|
| diff --git a/content/renderer/dom_automation_controller.cc b/content/renderer/dom_automation_controller.cc
|
| index 38c87905b426a1d25152b02e1361f732dde92830..1718d646026c2a16369d1007b64a448508dacf4e 100644
|
| --- a/content/renderer/dom_automation_controller.cc
|
| +++ b/content/renderer/dom_automation_controller.cc
|
| @@ -183,7 +183,7 @@ void DomAutomationController::GetHistogram(const CppArgumentList& args,
|
| result->SetNull();
|
| return;
|
| }
|
| - base::Histogram* histogram =
|
| + base::HistogramBase* histogram =
|
| base::StatisticsRecorder::FindHistogram(args[0].ToString());
|
| std::string output;
|
| if (!histogram) {
|
|
|