| Index: content/renderer/dom_automation_controller.cc
|
| diff --git a/content/renderer/dom_automation_controller.cc b/content/renderer/dom_automation_controller.cc
|
| index 8c4847ccb0e34ec6bb59f7a2bc313cb4463367e3..cce5d37f7fe5c34987b1dec078070ce3a5022e57 100644
|
| --- a/content/renderer/dom_automation_controller.cc
|
| +++ b/content/renderer/dom_automation_controller.cc
|
| @@ -184,7 +184,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) {
|
|
|