| Index: chrome/browser/ui/webui/about_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/about_ui.cc (revision 139790)
|
| +++ chrome/browser/ui/webui/about_ui.cc (working copy)
|
| @@ -808,7 +808,7 @@
|
| HistogramSynchronizer* current_synchronizer =
|
| HistogramSynchronizer::CurrentSynchronizer();
|
| DCHECK(current_synchronizer != NULL);
|
| - current_synchronizer->FetchRendererHistogramsSynchronously(wait_time);
|
| + current_synchronizer->FetchHistogramsSynchronously(wait_time);
|
|
|
| std::string unescaped_query;
|
| std::string unescaped_title("About Histograms");
|
|
|