| Index: content/browser/histogram_internals_request_job.cc
|
| ===================================================================
|
| --- content/browser/histogram_internals_request_job.cc (revision 164795)
|
| +++ content/browser/histogram_internals_request_job.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
| // (in official builds).
|
| base::StatisticsRecorder::CollectHistogramStats("Browser");
|
| #endif
|
| - content::HistogramSynchronizer::FetchHistograms();
|
| + HistogramSynchronizer::FetchHistograms();
|
|
|
| std::string unescaped_query;
|
| std::string unescaped_title("About Histograms");
|
|
|